commit: 3f724b5b692bc8528857da8137752fba52be493d Author: saniter <saniter.dev <AT> outlook <DOT> com> AuthorDate: Thu Nov 27 12:57:23 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Dec 1 04:50:33 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=3f724b5b
repositories: add Saniter's overlay Part-of: https://github.com/gentoo/api-gentoo-org/pull/770 Closes: https://github.com/gentoo/api-gentoo-org/pull/770 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 e8bf1305..ba4d3615 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3716,6 +3716,18 @@ <source type="git">git+ssh://[email protected]/thesamesam/overlay.git</source> <feed>https://github.com/thesamesam/overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>Saniter</name> + <description lang="en">saniter's overlay</description> + <homepage>https://github.com/nuclear06/GentooOverlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>saniter</name> + </owner> + <source type="git">https://github.com/nuclear06/GentooOverlay.git</source> + <source type="git">git+ssh://[email protected]/nuclear06/GentooOverlay.git</source> + <feed>https://github.com/nuclear06/GentooOverlay.git/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>SarahMiaOverlay</name> <description lang="en">Everything for Budgie-Desktop and a little bit SarahMia's personal overlay</description>
