commit: 944b8fa3998943c51625862638613d3b768f4191 Author: Rafael Palomar <rafael.palomar <AT> ous-research <DOT> no> AuthorDate: Fri Jun 24 05:00:15 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sat Jul 2 15:49:50 2022 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=944b8fa3
repositories.xml: Add 'Systole' overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/528 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> files/overlays/repositories.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 0945b50..5b437d1 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4095,6 +4095,17 @@ <source type="git">https://git.grifon.fr/alarig/SwordArMor-gentoo-overlay.git</source> <source type="git">git+ssh://[email protected]:alarig/SwordArMor-gentoo-overlay.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>Systole</name> + <description lang="en">Overlay for the Systole OS</description> + <homepage>https://github.com/SystoleOS</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Rafael Palomar</name> + </owner> + <source type="git">https://github.com/SystoleOS/gentoo-overlay.git</source> + <source type="git">[email protected]:SystoleOS/gentoo-overlay.git</source> + </repo> <repo quality="experimental" status="unofficial"> <name>tamiko</name> <description>Developer overlay</description>
