commit: c66cf18b5c5dbefdfcaa33bb9389443d8ddc0fb8 Author: Sarah Mia Leibbrand <Xavalia <AT> gmail <DOT> com> AuthorDate: Fri May 21 17:30:46 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jun 9 15:27:22 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=c66cf18b
repositories: Add SarahMiaOverlay Closes: https://github.com/gentoo/api-gentoo-org/pull/395 Signed-off-by: Michał Górny <mgorny <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 4b28c83..b44686e 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3540,6 +3540,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>SarahMiaOverlay</name> + <description lang="en">Everything for Budgie-Desktop and a little bit SarahMia's personal overlay</description> + <homepage>https://gitlab.com/SarahMia/sarahmiaoverlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Sarah Mia Leibbrand</name> + </owner> + <source type="git">https://gitlab.com/SarahMia/sarahmiaoverlay.git</source> + <source type="git">git+ssh://[email protected]:SarahMia/sarahmiaoverlay.git</source> + <feed>https://gitlab.com/SarahMia/sarahmiaoverlay/commits/master?format=atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>sarnex-overlay</name> <description lang="en">Sarnex's personal overlay</description>
