commit: e593ad8c8fada406b06f6b7766010d675e08a07d Author: Petre Rodan <2b4eda <AT> subdimension <DOT> ro> AuthorDate: Wed Mar 5 10:39:21 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 21 11:02:03 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=e593ad8c
move peec repository from github to codeberg Closes: https://github.com/gentoo/api-gentoo-org/pull/727 Signed-off-by: Sam James <sam <AT> gentoo.org> files/overlays/repositories.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index b4fbbb8a..3705e530 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3238,14 +3238,13 @@ <repo quality="experimental" status="unofficial"> <name>peec</name> <description lang="en">Personal Gentoo overlay of Petre Rodan</description> - <homepage>https://github.com/rodan/overlay</homepage> + <homepage>https://codeberg.org/subDIMENSION/gentoo-overlay</homepage> <owner type="person"> <email>[email protected]</email> <name>Petre Rodan</name> </owner> - <source type="git">https://github.com/rodan/overlay.git</source> - <source type="git">git+ssh://[email protected]/rodan/overlay.git</source> - <feed>https://github.com/rodan/overlay/commits/master.atom</feed> + <source type="git">https://codeberg.org/subDIMENSION/gentoo-overlay.git</source> + <source type="git">git+ssh://[email protected]:subDIMENSION/gentoo-overlay.git</source> </repo> <repo quality="experimental" status="unofficial"> <name>peeweep</name>
