commit: 6c07e118ba97d54d84ada2ea5c97b845decd7b9d Author: m31271n <m31271n <AT> gmail <DOT> com> AuthorDate: Fri Jun 2 03:34:45 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jun 2 05:10:11 2017 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=6c07e118
repositories: Add wizard Closes: https://github.com/gentoo/api-gentoo-org/pull/48 files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 65d910a..3597c88 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -5234,6 +5234,18 @@ FIN <source type="git">git://github.com/NP-Hardass/wine-a-holics.git</source> </repo> <repo quality="experimental" status="unofficial"> + <name>wizard</name> + <description lang="en">A Gentoo Overlay maintained by m31271n.</description> + <homepage>https://github.com/m31271n/wizard</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>m31271n</name> + </owner> + <source type="git">https://github.com/m31271n/wizard.git</source> + <source type="git">git://github.com/m31271n/wizard.git</source> + <source type="git">[email protected]:m31271n/wizard.git</source> + </repo> + <repo quality="experimental" status="unofficial"> <name>wjn-overlay</name> <description>wjn's overlay for Gentoo Linux</description> <homepage>https://bitbucket.org/wjn/wjn-overlay</homepage>
