commit: 3c5356754b43ca09345a09c5a7a15e50ab00e9ac Author: mr_happy_hof <mrhappyhof <AT> gmail <DOT> com> AuthorDate: Tue Nov 3 09:32:04 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Nov 3 10:58:41 2020 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=3c535675
repositories: Add mrhappyhof-gentoo Closes: https://github.com/gentoo/api-gentoo-org/pull/328 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 d06202a..88dbb7a 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3073,6 +3073,18 @@ <source type="git">git+ssh://[email protected]/proj/mozilla.git</source> <feed>https://cgit.gentoo.org/proj/mozilla.git/atom/</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>mrhappyhof-gentoo</name> + <description lang="en">mr_happy_hof's personal Overlay</description> + <homepage>https://github.com/mrhappyhof/mrhappyhof-gentoo</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>mr_happy_hof</name> + </owner> + <source type="git">https://github.com/mrhappyhof/mrhappyhof-gentoo.git</source> + <source type="git">git+ssh://[email protected]/mrhappyhof/mrhappyhof-gentoo.git</source> + <feed>https://github.com/mrhappyhof/mrhappyhof-gentoo/commits/master.atom</feed> + </repo> <repo quality="experimental" status="official"> <name>mschiff</name> <description lang="en">Developer overlay</description>
