Change source URL package info attribute name

Use "-" instead of "_".
This commit is contained in:
Ingo Weinhold
2011-11-25 06:18:36 +01:00
parent 029f6d0d05
commit 4b6a3a9c5f
@@ -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
};