[gnome-boxes] Fix 'name' tag in DOAP file



commit dc2820b24f0788dcafb6c9a0bc532e921edabb0b
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Aug 21 03:26:25 2013 +0300

    Fix 'name' tag in DOAP file
    
    The name is supposed to match the repository name.

 gnome-boxes.doap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-boxes.doap b/gnome-boxes.doap
index a9f7f0f..b729e90 100644
--- a/gnome-boxes.doap
+++ b/gnome-boxes.doap
@@ -4,7 +4,7 @@
          xmlns:gnome="http://api.gnome.org/doap-extensions#";
          xmlns="http://usefulinc.com/ns/doap#";>
 
-  <name xml:lang="en">GNOME Boxes</name>
+  <name xml:lang="en">gnome-boxes</name>
   <shortdesc xml:lang="en">A simple GNOME 3 application to access remote or virtual systems</shortdesc>
   <description>No long description yet</description>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]