commit: 24ac14a24c35e7316ec1e22503830b9482b974ce Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Apr 24 15:21:30 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Apr 24 15:21:30 2015 +0000 URL: https://gitweb.gentoo.org/proj/api.git/commit/?id=24ac14a2
Add nightmare Fixes: https://bugs.gentoo.org/show_bug.cgi?id=547560 files/overlays/repositories.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 33626a7..8699963 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3384,6 +3384,16 @@ FIN <!-- <feed>https://cgit.gentoo.org/user/nico.git/rss/</feed> --> </repo> <repo quality="experimental" status="unofficial"> + <name>nightmare</name> + <description lang="en">nightmare is a gentoo overlay with some stuff</description> + <homepage>https://gitlab.com/r3lgar/nightmare</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>r3lgar</name> + </owner> + <source type="git">https://gitlab.com/r3lgar/nightmare.git</source> + </repo> + <repo quality="experimental" status="unofficial"> <name>nigoro-fbsd</name> <description>nigoro's Gentoo/FreeBSD experimental overlay</description> <homepage>https://github.com/nigoro/amd64-fbsd/</homepage>
