commit: b805319384aff1535e18239fa4db820cdf3a0a34 Author: cat <cat <AT> plan9 <DOT> rocks> AuthorDate: Fri Jul 4 02:30:21 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Aug 21 01:27:37 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=b8053193
repositories: add unmojang-overlay Part-of: https://github.com/gentoo/api-gentoo-org/pull/749 Closes: https://github.com/gentoo/api-gentoo-org/pull/749 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 7131caa3..06ebea66 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4801,6 +4801,18 @@ <source type="git">git+ssh://[email protected]/shiznix/unity-gentoo.git</source> <feed>https://github.com/shiznix/unity-gentoo/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>unmojang-overlay</name> + <description lang="en">Gentoo overlay for unmojang projects</description> + <homepage>https://github.com/unmojang/unmojang-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>cat</name> + </owner> + <source type="git">https://github.com/unmojang/unmojang-overlay.git</source> + <source type="git">git+ssh://[email protected]/unmojang/unmojang-overlay.git</source> + <feed>https://github.com/unmojang/unmojang-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>usenet-overlay</name> <description lang="en">Personal Overlay for Lidarr, Radarr and Sonarr </description>
