[balsa: 1/2] Correct metadata_license tag name in AppStream data.



commit ad6c70b0a24d62b132bad6e112a479c7cc41b366
Author: Daniel Kahn Gillmor <dkg fifthhorseman net>
Date:   Tue Mar 3 17:23:11 2020 -0500

    Correct metadata_license tag name in AppStream data.
    
    Everything else in /usr/share/metainfo/*.appdata.xml on my debian
    system uses metadata_license, not metadata_licence.
    
    Signed-off-by: Daniel Kahn Gillmor <dkg fifthhorseman net>

 balsa.appdata.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/balsa.appdata.xml.in b/balsa.appdata.xml.in
index 97f4a6863..1f6e8a601 100644
--- a/balsa.appdata.xml.in
+++ b/balsa.appdata.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2015 The Balsa developers -->
 <component type="desktop">
     <id>balsa.desktop</id>
-    <metadata_licence>CC0-1.0</metadata_licence>
+    <metadata_license>CC0-1.0</metadata_license>
     <description>
         <_p>Balsa is a graphical mail client. While it is in active development,
             Balsa has many features such as:</_p>


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