commit: 1b4b77e4241cf98d14ca81bcab4ebb8cf9a0756f Author: Mikhail Golbakh <golbah <AT> yandex <DOT> ru> AuthorDate: Mon Nov 8 21:06:02 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Nov 8 21:27:14 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=1b4b77e4
repositories: Add underworld Closes: https://github.com/gentoo/api-gentoo-org/pull/443 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 87aab0c..abb9316 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4511,6 +4511,22 @@ <source type="git">https://github.com/xxc3nsoredxx/unc3nsored.git</source> <feed>https://github.com/xxc3nsoredxx/unc3nsored/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>underworld</name> + <description lang="en">DakEnviy's Gentoo Overlay</description> + <homepage>https://github.com/DakEnviy/underworld-overlay</homepage> + <owner type="person"> + <name>Mikhail Golbakh</name> + <email>[email protected]</email> + </owner> + <owner type="person"> + <name>Eridan Domoratskiy</name> + <email>[email protected]</email> + </owner> + <source type="git">https://github.com/DakEnviy/underworld-overlay.git</source> + <source type="git">git+ssh://[email protected]/DakEnviy/underworld-overlay.git</source> + <feed>https://github.com/DakEnviy/underworld-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>unity-gentoo</name> <description lang="en">Overlay to install the Unity desktop</description>
