commit: 723f8be036caa18c6d9f753a641812b7a335bb08 Author: Winston Weinert <winston <AT> ml1 <DOT> net> AuthorDate: Thu Aug 8 20:30:39 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Aug 8 21:44:11 2019 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=723f8be0
repositories: Add overlay winny Closes: https://github.com/gentoo/api-gentoo-org/pull/211 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 574f55a..9f920fc 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -5217,6 +5217,18 @@ <source type="git">https://anongit.gentoo.org/git/repo/proj/wine.git</source> <source type="git">git://anongit.gentoo.org/repo/proj/wine.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>winny</name> + <description lang="en">Winny's personal overlay</description> + <homepage>https://github.com/winny-/winny-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>winny</name> + </owner> + <source type="git">https://github.com/winny-/winny-overlay.git</source> + <source type="git">git+ssh://[email protected]/winny-/winny-overlay.git</source> + <feed>https://github.com/winny-/winny-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>wjn-overlay</name> <description>wjn's overlay for Gentoo Linux</description>
