f2fs-tools: update project URL
authorYanase Yuki <dev@zpc.st>
Thu, 25 Dec 2025 04:37:00 +0000 (13:37 +0900)
committerRobert Marko <robimarko@gmail.com>
Fri, 2 Jan 2026 17:07:02 +0000 (18:07 +0100)
Use redirected new URL.

Signed-off-by: Yanase Yuki <dev@zpc.st>
Link: https://github.com/openwrt/openwrt/pull/21279
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/utils/f2fs-tools/Makefile

index 440068302732aec1eb4150e04fdc85bdc2732b54..6ea584e74cd8649475fb9f008556372c7b6a12b0 100644 (file)
@@ -31,7 +31,7 @@ define Package/f2fs-tools/Default
   CATEGORY:=Utilities
   SUBMENU:=Filesystem
   DEPENDS:=+libf2fs
-  URL:=http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git
+  URL:=https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
   VARIANT:=default
 endef
 
@@ -40,7 +40,7 @@ define Package/f2fs-tools/SELinux
   CATEGORY:=Utilities
   SUBMENU:=Filesystem
   DEPENDS:=+libf2fs-selinux +libselinux
-  URL:=http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git
+  URL:=https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
   VARIANT:=selinux
 endef