commit: 6de39a447a3e739cc043e7418556a51e8cdcae9b Author: insects <gentoo <AT> liv <DOT> nrw> AuthorDate: Sun Mar 30 23:10:09 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 29 19:32:05 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=6de39a44
repositories: add insects' overlay Part-of: https://github.com/gentoo/api-gentoo-org/pull/734 Closes: https://github.com/gentoo/api-gentoo-org/pull/734 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 d9b5119a..a4b1d7d9 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2116,6 +2116,18 @@ <source type="git">git+ssh://[email protected]/inode64/inode64-overlay.git</source> <feed>https://github.com/inode64/inode64-overlay/commits/main.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>insects</name> + <description lang="en">insects' overlay</description> + <homepage>https://git.insects.institute/insects/portage-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>insects</name> + </owner> + <source type="git">https://git.insects.institute/insects/portage-overlay.git</source> + <source type="git">[email protected]:insects/portage-overlay.git</source> + <feed>https://git.insects.institute/insects/portage-overlay.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>iritmaximus</name> <description lang="en">iritmaximus' overlay</description>
