commit: 866358eedb36ce6268027633a0938f6a6277dee7 Author: Guido Kroon <guido <AT> kroon <DOT> email> AuthorDate: Sun Sep 23 16:14:30 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 23 16:57:40 2018 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=866358ee
repositories: Add 0bs1d1an-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/159 files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 8d50ccd..296ad2a 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -5442,6 +5442,18 @@ <source type="git">git+ssh://[email protected]/dev/zlogene.git</source> <feed>https://cgit.gentoo.org/dev/zlogene.git/atom/</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>0bs1d1an</name> + <description lang="en">Personal overlay</description> + <homepage>https://gitlab.com/0bs1d1an/0bs1d1an-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Guido Kroon</name> + </owner> + <source type="git">https://gitlab.com/0bs1d1an/0bs1d1an-overlay.git</source> + <source type="git">git+ssh://[email protected]/0bs1d1an/0bs1d1an-overlay.git</source> + <feed>https://gitlab.com/0bs1d1an/0bs1d1an-overlay/commits/master.atom</feed> + </repo> <!-- vim:se et sw=2 ts=2 sts=2 :--> </repositories>
