Change source URL package info attribute name

Use "-" instead of "_".
This commit is contained in:
Ingo Weinhold 2011-06-28 18:15:36 +02:00
parent d4701a2921
commit 28268808d8

View File

@ -59,7 +59,7 @@ static const char* kAttributeNames[B_HPKG_ATTRIBUTE_ID_ENUM_COUNT + 1] = {
"package:version.prerelease",
"package:provides.compatible",
"package:url",
"package:source_url",
"package:source-url",
NULL
};