aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/netfilter
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-08-25 01:11:52 +0900
committerOphestra <cat@gensokyo.uk>2026-08-25 01:11:52 +0900
commit7ee5d5368de5494350e7766a595c2bdc8f01ce80 (patch)
tree0cd64b4c1bd09e09acec2aa8d60de50568153fa9 /internal/rosa/package/netfilter
parente36f73feff690e063f8ad8e192e3c957f2c52ab3 (diff)
internal/rosa/package/netfilter: update git URLs
These were changed for some reason, and the git protocol is no longer reachable. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/netfilter')
-rw-r--r--internal/rosa/package/netfilter/package.az4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/package/netfilter/package.az b/internal/rosa/package/netfilter/package.az
index 369074db..3dea2b87 100644
--- a/internal/rosa/package/netfilter/package.az
+++ b/internal/rosa/package/netfilter/package.az
@@ -31,7 +31,7 @@ package libnftnl {
version# = "1.3.1";
source = remoteGit {
- url = "git://git.netfilter.org/libnftnl";
+ url = "https://git.netfilter.org/libnftnl.git";
tag = "libnftnl-"+version;
checksum = "91ou66K-I17iX6DB6hiQkhhC_v4DFW5iDGzwjVRNbJNEmKqowLZBlh3FY-ZDO0r9";
};
@@ -66,7 +66,7 @@ package iptables {
version# = "1.8.13";
source = remoteGit {
- url = "git://git.netfilter.org/iptables";
+ url = "https://git.netfilter.org/iptables.git";
tag = "v"+version;
checksum = "TUA-cFIAsiMvtRR-XzQvXzoIhJUOc9J2gQDJCbBRjmgmVfGfPTCf58wL7e-cUKVQ";
};