commit: 2d7740565e8ee168b6a1dad3bde90acc3b297e6b Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Thu Mar 24 20:33:46 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu Mar 24 20:33:46 2022 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=2d774056
overlays: Replace git:// URL for bumblebee overlay (unsupported on Github) Closes: https://bugs.gentoo.org/835900 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 b19b639..f399818 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -760,7 +760,7 @@ <email>[email protected]</email> <name>Vadim A. Misbakh-Soloviov</name> </owner> - <source type="git">git://github.com/Bumblebee-Project/bumblebee-gentoo</source> + <source type="git">https://github.com/Bumblebee-Project/bumblebee-gentoo</source> <feed>https://github.com/Bumblebee-Project/bumblebee-gentoo/commits/master.atom</feed> </repo> <repo quality="experimental" status="unofficial">
