commit: 9eff9675a5c8fbd007bbb543cc081e2b615dcd7b Author: Arran Ubels <arran4 <AT> gmail <DOT> com> AuthorDate: Wed May 22 09:05:46 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 25 21:56:59 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=9eff9675
repositories: add arrans-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/670 Signed-off-by: Sam James <sam <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 3050cbd..92d6aab 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -408,6 +408,18 @@ <source type="git">https://gitlab.com/argent/argent-main.git</source> <feed>https://gitlab.com/argent/argent-main/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>arrans-overlay</name> + <description>Arran's Overlay</description> + <homepage>https://github.com/arran4/arrans_overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Arran Ubels</name> + </owner> + <source type="git">https://github.com/arran4/arrans_overlay.git</source> + <source type="git">git+ssh://[email protected]/arran4/arrans_overlay.git</source> + <feed>https://github.com/arran4/arrans_overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>arx-libertatis</name> <description lang="en">Arx Libertatis Overlay</description>
