commit: c4804c030df104014a3df393cf94a323e489e64a Author: [email protected] <oz <AT> cosmicmod <DOT> net> AuthorDate: Sun Mar 21 19:30:46 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Mar 21 19:49:04 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=c4804c03
repositories: Add cosmicmod Closes: https://github.com/gentoo/api-gentoo-org/pull/383 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 7842d0f..2e66d5d 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -893,6 +893,16 @@ <source type="git">https://gitlab.com/concavegit/concaveoverlay.git</source> <feed>https://gitlab.com/concavegit/concaveoverlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>cosmicmod</name> + <description>CosmicMod Gentoo Overlay</description> + <homepage>https://github.com/cosmicoz/gentoo-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Oz</name> + </owner> + <source type="git">https://github.com/cosmicoz/gentoo-overlay.git</source> + </repo> <repo quality="experimental" status="unofficial"> <name>crocket-overlay</name> <description lang="en">crocket's personal overlay</description>
