commit: 88fddb89ea13e738e21287d0d782e27e2837c9fc Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Mon Sep 19 10:18:31 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 13:41:00 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=88fddb89
Add chymeric overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/549 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 1704195..5fd5f56 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -822,6 +822,19 @@ <source type="git">https://github.com/brothermechanic/cg.git</source> <source type="git">git+ssh://[email protected]/brothermechanic/cg.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>chymeric</name> + <description lang="en">Overlay for scientific software and desktop minimalism</description> + <homepage>https://github.com/TheChymera/overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Horea Christian</name> + </owner> + <source type="git">https://github.com/TheChymera/overlay.git</source> + <source type="git">git://github.com/TheChymera/overlay.git</source> + <source type="git">git+ssh://[email protected]/TheChymera/overlay.git</source> + <feed>https://github.com/TheChymera/overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="official"> <name>cj-overlay</name> <description>Christoph's Overlay</description>
