app-text/cb2bib: Fix bugs-to URL to contain mailto:
authorMichał Górny <mgorny@gentoo.org>
Fri, 18 Mar 2016 18:22:54 +0000 (19:22 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 18 Mar 2016 19:10:41 +0000 (20:10 +0100)
Fix the <bugs-to/> element value to contain 'mailto:' schema, as GLEP 46
requires it to be a proper URL.

app-text/cb2bib/metadata.xml

index 6714145e3952958fab245cdd5eabf768483eb134..57bbf03e3c97170323b9d6501a43ff9a4e8fb1a8 100644 (file)
@@ -6,6 +6,6 @@
                <name>Gentoo Qt Project</name>
        </maintainer>
        <upstream>
-               <bugs-to>webmaster@molspaces.com</bugs-to>
+               <bugs-to>mailto:webmaster@molspaces.com</bugs-to>
        </upstream>
 </pkgmetadata>