]> err.no Git - pkg-config/commitdiff
2009-03-30 Tollef Fog Heen <tfheen@err.no>
authorTollef Fog Heen <tfheen@err.no>
Mon, 30 Mar 2009 19:04:42 +0000 (21:04 +0200)
committerTollef Fog Heen <tfheen@err.no>
Mon, 30 Mar 2009 19:04:42 +0000 (21:04 +0200)
* pkg.c (add_virtual_pkgconfig_package): Fix URL to pkg-config.

ChangeLog
pkg.c

index eddac6a2d46bdf4310efaf2c1880c26f36094bc3..a41159125f47d97fa71b97d8d8f5e265d8e7e10a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 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,
diff --git a/pkg.c b/pkg.c
index 81cbc3ee51592419af85384cd428c04f86e85aa0..73061ca66e837dc679f509c8f43ace5e959a8353 100644 (file)
--- a/pkg.c
+++ b/pkg.c
@@ -232,7 +232,7 @@ add_virtual_pkgconfig_package (void)
   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);