commit: afe8d49e52b5c0891adba5c57a4972d001fd585e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Sep 23 18:08:10 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Sep 23 18:08:10 2015 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=afe8d49e
repositories: Add jm-overlay, #561232 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=561232 files/overlays/repositories.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 2ee7fa8..b95a94e 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2125,6 +2125,16 @@ FIN </owner> <source type="git">https://git.kolosowscy.pl/jurek/gentoo-overlay.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>jm-overlay</name> + <description lang="en">Personal overlay with more or less random ebuilds</description> + <homepage>https://github.com/Jannis234/jm-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Jannis234</name> + </owner> + <source type="git">https://github.com/Jannis234/jm-overlay.git</source> + </repo> <repo quality="experimental" status="official"> <name>jmbsvicetto</name> <description>Jorge Manuel B. S. Vicetto developer overlay</description>
