Skip to content

Commit

Permalink
package/aufs-util: use HTTPS for git.code.sf.net
Browse files Browse the repository at this point in the history
git.code.sf.net is available over HTTPS, so use that for security and
consistency with the other packages.

Signed-off-by: Peter Korsgaard <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
jacmet authored and yann-morin-1998 committed Oct 28, 2023
1 parent f2a5907 commit 99d5250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/aufs-util/aufs-util.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# linux-headers
AUFS_UTIL_VERSION = $(call qstrip,$(BR2_PACKAGE_AUFS_UTIL_VERSION))
AUFS_UTIL_SITE = http://git.code.sf.net/p/aufs/aufs-util
AUFS_UTIL_SITE = https://git.code.sf.net/p/aufs/aufs-util
AUFS_UTIL_SITE_METHOD = git
AUFS_UTIL_LICENSE = GPL-2.0
AUFS_UTIL_LICENSE_FILES = COPYING
Expand Down

0 comments on commit 99d5250

Please sign in to comment.