commit: 490a3f0ac3986a14ac2d4322b1313f8e91a226d4 Author: Sandino Araico Sanchez <sandino <AT> sandino <DOT> net> AuthorDate: Sun Jul 31 07:41:10 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sun Jul 31 18:45:49 2022 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=490a3f0a
repositories: Add without-systemd Closes: https://github.com/gentoo/api-gentoo-org/pull/541 Signed-off-by: Jakov Smolić <jsmolic <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 7884cbc..cd97e08 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4694,6 +4694,16 @@ <source type="git">https://anongit.gentoo.org/git/repo/proj/wine.git</source> <source type="git">git://anongit.gentoo.org/repo/proj/wine.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>without-systemd</name> + <description lang="en">Without Systemd overlay</description> + <homepage>https://github.com/KenjiBrown/without-systemd</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Sandino Araico Sanchez</name> + </owner> + <source type="git">https://github.com/KenjiBrown/without-systemd.git</source> + </repo> <repo quality="experimental" status="official"> <name>x11</name> <description>Gentoo X11 team ebuild repository</description>
