commit: e907bf921d139dc2ee73b8cf7d2650da0eae5e39 Author: nezbednik <nezbednik <AT> atlas <DOT> cz> AuthorDate: Wed Mar 1 09:52:31 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Mar 16 14:57:19 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=e907bf92
repositories: Add nez Closes: https://github.com/gentoo/api-gentoo-org/pull/579 Signed-off-by: Florian Schmaus <flow <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 0818527..8ad9399 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2796,6 +2796,17 @@ <source type="git">git+ssh://[email protected]/SpiderX/portage-overlay.git</source> <feed>https://github.com/SpiderX/portage-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>nez</name> + <description lang="en">nezbednik's overlay</description> + <homepage>https://codeberg.org/nezbednik/repo</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>nezbednik</name> + </owner> + <source type="git">https://codeberg.org/nezbednik/repo.git</source> + <source type="git">git+ssh://[email protected]/nezbednik/repo.git</source> + </repo> <repo quality="experimental" status="unofficial"> <name>nico</name> <description lang="en">various ebuilds</description>
