On cgit, the bindings are showing up under the Platform header. The problem in gitadmin-bin is pretty obvious. Patch attached.
-- Shaun
>From 96720347a4c79c3de20f657d07e5111dafe04d56 Mon Sep 17 00:00:00 2001 From: Shaun McCance <[email protected]> Date: Sun, 26 Apr 2009 13:50:59 -0500 Subject: [PATCH] Fixed typo that put bindings into platform --- extract-doap-info | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/extract-doap-info b/extract-doap-info index 9f21d71..1bb3829 100755 --- a/extract-doap-info +++ b/extract-doap-info @@ -19,7 +19,7 @@ GNOME = "http://api.gnome.org/doap-extensions#" groups = { (GNOME + 'admin'): 'admin', - (GNOME + 'bindings'): 'platform', + (GNOME + 'bindings'): 'bindings', (GNOME + 'deprecated'): 'deprecated', (GNOME + 'desktop'): 'desktop', (GNOME + 'development'): 'development', -- 1.6.0.6
_______________________________________________ gnome-infrastructure mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-infrastructure
