commit: 1e326323800fc92d0de3002d03e51e4308b6cf8f Author: Fabio Coatti <fabio.coatti <AT> gmail <DOT> com> AuthorDate: Thu Mar 16 08:18:46 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Mar 16 14:58:26 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=1e326323
repositories: Add cova-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/583 Signed-off-by: Florian Schmaus <flow <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 8ad9399..6193dc4 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -857,6 +857,18 @@ <source type="git">https://github.com/cosmicoz/cosmicmod-overlay.git</source> <source type="git">git+ssh://[email protected]/cosmicoz/cosmicmod-overlay.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>cova</name> + <description lang="en">Fabio Coatti Personal Overlay</description> + <homepage>https://github.com/cova-fe/cova-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Fabio Coatti</name> + </owner> + <source type="git">https://github.com/cova-fe/cova-overlay.git</source> + <source type="git">git+ssh://[email protected]/cova-fe/cova-overlay.git</source> + <feed>https://github.com/cova-fe/cova-overlay/commits/main.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>crossdev</name> <description lang="en">Ebuilds for embedded systems</description>
