commit: d72ef6d3f11cd42336b73dc58609014bb77b0c01 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Thu Mar 24 20:27:20 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu Mar 24 20:29:53 2022 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=d72ef6d3
overlays: Drop git:// URL from tmacedo overlay (unsupported on Github) Closes: https://bugs.gentoo.org/835913 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> files/overlays/repositories.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 77e37c3..4275dc3 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4371,7 +4371,7 @@ <email>[email protected]</email> <name>Tiago Macedo</name> </owner> - <source type="git">git://github.com/tmacedo/portage.git</source> + <source type="git">https://github.com/tmacedo/portage.git</source> <feed>https://github.com/tmacedo/portage/commits/master.atom</feed> </repo> <repo quality="experimental" status="unofficial">
