commit: aa28c90614bd8520cf75ff7b64a3ea55579673f5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Mar 30 13:48:20 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Mar 30 13:48:20 2015 +0000 URL: https://gitweb.gentoo.org/proj/api.git/commit/?id=aa28c906
Fix XML syntax error in repositories.xml Fixes: https://bugs.gentoo.org/show_bug.cgi?id=545062 files/overlays/repositories.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index a9f8982..043b865 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -484,7 +484,7 @@ FIN </owner> <source type="git">git://github.com/barzog/barzog-gentoo-overlay.git</source> <source type="git">https://github.com/barzog/barzog-gentoo-overlay.git</source> - <source type="git">[email protected]:barzog/barzog-gentoo-overlay.git<source> + <source type="git">[email protected]:barzog/barzog-gentoo-overlay.git</source> <feed>https://github.com/barzog/barzog-gentoo-overlay/commits/master</feed> </repo> <repo quality="experimental" status="unofficial">
