commit: 16c49aa7aa4d7f23874c4799f196d6d168bdabae
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 18:22:54 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 19:10:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c49aa7
app-text/cb2bib: Fix bugs-to URL to contain mailto:
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/cb2bib/metadata.xml b/app-text/cb2bib/metadata.xml
index 6714145..57bbf03 100644
--- a/app-text/cb2bib/metadata.xml
+++ b/app-text/cb2bib/metadata.xml
@@ -6,6 +6,6 @@
<name>Gentoo Qt Project</name>
</maintainer>
<upstream>
- <bugs-to>[email protected]</bugs-to>
+ <bugs-to>mailto:[email protected]</bugs-to>
</upstream>
</pkgmetadata>