Selaa lähdekoodia

boot/boot-wrapper-aarch64/Config.in: switch homepage URL to https

Buildroot commit [1] ("package: replace git:// URLs with https://
URLs where possible") switched _SITE URL from git to https, but did
not updated the package homepage in Config.in.

This commit updates it to match the package _SITE URL.

[1] https://gitlab.com/buildroot.org/buildroot/-/commit/6626bf7c5fc1f5f47fcade03090de212a6121db3

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Julien Olivain 4 kuukautta sitten
vanhempi
commit
afff65c340
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      boot/boot-wrapper-aarch64/Config.in

+ 1 - 1
boot/boot-wrapper-aarch64/Config.in

@@ -11,7 +11,7 @@ menuconfig BR2_TARGET_BOOT_WRAPPER_AARCH64
 	  possible to start an Aarch64 kernel inside the available
 	  possible to start an Aarch64 kernel inside the available
 	  software simulators for the Aarch64 architecture.
 	  software simulators for the Aarch64 architecture.
 
 
-	  git://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git
+	  https://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git
 
 
 if BR2_TARGET_BOOT_WRAPPER_AARCH64
 if BR2_TARGET_BOOT_WRAPPER_AARCH64