commit: 450d6902948e72967d3d3f274870d5fb6f5b075f Author: Ronald Farrer <canutethegreat <AT> gmail <DOT> com> AuthorDate: Fri Oct 31 21:22:14 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Nov 9 14:19:57 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=450d6902
repositories: add canutethegreat-overlay Part-of: https://github.com/gentoo/api-gentoo-org/pull/764 Closes: https://github.com/gentoo/api-gentoo-org/pull/764 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 303be663..2db3bde8 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -773,6 +773,18 @@ <source type="git">git+ssh://[email protected]/calendulish/Overlays.git</source> <feed>https://github.com/calendulish/Overlays/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>canutethegreat-overlay</name> + <description lang="en">CanuteTheGreat's Gentoo Overlay</description> + <homepage>https://github.com/CanuteTheGreat/canutethegreat-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Ronald Farrer</name> + </owner> + <source type="git">https://github.com/CanuteTheGreat/canutethegreat-overlay.git</source> + <source type="git">git+ssh://[email protected]/CanuteTheGreat/canutethegreat-overlay.git</source> + <feed>https://github.com/CanuteTheGreat/canutethegreat-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>Case_Of</name> <description lang="en">Personal overlay</description>
