Skip to content

Commit 417c9c5

Browse files
authored
Merge pull request #1067 from dmbaturin/T7993-fix-hostapd-git-url
hostap: T7993: fix the git source URL
2 parents e8b4652 + 1da42cf commit 417c9c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/package-build/hostap/package.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ build_cmd = "/bin/true"
77
[[packages]]
88
name = "hostap"
99
commit_id = "525bbfca3"
10-
scm_url = "git://w1.fi/srv/git/hostap.git"
10+
scm_url = "https://git.w1.fi/hostap.git"
1111
build_cmd = "cd ..; y | ./build.sh"

0 commit comments

Comments
 (0)