pkg: fix apk v1.0 URL field import

cute-signatures
Timo Teras 2009-04-16 14:03:59 +03:00
parent 18db1c4cd3
commit d6f4fcacd1
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ static int read_info_entry(void *ctx, const struct apk_file_info *ae,
char field;
} fields[] = {
{ "DESC", 'T' },
{ "WW", 'U' },
{ "WWW", 'U' },
{ "LICENSE", 'L' },
{ "DEPEND", 'D' },
};