* pkg.c (add_virtual_pkgconfig_package): Fix URL to pkg-config.
2009-03-30 Tollef Fog Heen <tfheen@err.no>
+ * pkg.c (add_virtual_pkgconfig_package): Fix URL to pkg-config.
+
* partial-glib.[ch]: Get rid of those, they are no longer in use.
* poptparse.c, popthelp.c, poptconfig.c, popt.c, pkg.c, findme.c,
pkg->name = g_strdup ("pkg-config");
pkg->description = g_strdup ("pkg-config is a system for managing "
"compile/link flags for libraries");
- pkg->url = g_strdup ("http://www.freedesktop.org/software/pkgconfig/");
+ pkg->url = g_strdup ("http://pkg-config.freedesktop.org/");
debug_spew ("Adding virtual 'pkg-config' package to list of known packages\n");
g_hash_table_insert (packages, pkg->key, pkg);