commit: d87c9a18a4c93ad02367d9bcbbbe277b36d67be1 Author: Emily Flion <emneo <AT> kreog <DOT> com> AuthorDate: Mon Mar 24 09:03:43 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 29 19:32:06 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=d87c9a18
repositories: update thuis Move to GitHub Signed-off-by: Emily Flion <emneo <AT> kreog.com> Part-of: https://github.com/gentoo/api-gentoo-org/pull/731 Closes: https://github.com/gentoo/api-gentoo-org/pull/731 Signed-off-by: Sam James <sam <AT> gentoo.org> files/overlays/repositories.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 7e4c1c57..e88cf385 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4570,13 +4570,14 @@ <repo quality="experimental" status="unofficial"> <name>thuis</name> <description lang="en">An overlay that feels like home</description> - <homepage>https://codeberg.org/emneo/thuis</homepage> + <homepage>https://github.com/emneo-dev/thuis</homepage> <owner type="person"> <email>[email protected]</email> <name>Emily Flion</name> </owner> - <source type="git">git+https://codeberg.org/emneo/thuis.git</source> - <feed>https://codeberg.org/emneo/thuis.rss</feed> + <source type="git">https://github.com/emneo-dev/thuis.git</source> + <source type="git">git+ssh://[email protected]:emneo-dev/thuis.git</source> + <feed>https://github.com/emneo-dev/thuis/commits/master.atom</feed> </repo> <repo quality="experimental" status="unofficial"> <name>tmacedo</name>
