projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
477c762
)
app-text/cb2bib: Fix bugs-to URL to contain mailto:
author
Michał Górny
<mgorny@gentoo.org>
Fri, 18 Mar 2016 18:22:54 +0000
(19:22 +0100)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/app-text/cb2bib/metadata.xml
b/app-text/cb2bib/metadata.xml
index 6714145e3952958fab245cdd5eabf768483eb134..57bbf03e3c97170323b9d6501a43ff9a4e8fb1a8 100644
(file)
--- 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>webmaster@molspaces.com</bugs-to>
+ <bugs-to>
mailto:
webmaster@molspaces.com</bugs-to>
</upstream>
</pkgmetadata>