mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: nftables: Use HTTPS for www.nftables.org.
* gnu/packages/linux.scm (nftables)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
2dffd9c673
commit
4a27b0f1cf
1 changed files with 2 additions and 2 deletions
|
@ -5257,7 +5257,7 @@ (define-public nftables
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.nftables.org/projects/nftables"
|
||||
(uri (string-append "https://www.nftables.org/projects/nftables"
|
||||
"/files/nftables-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -5272,7 +5272,7 @@ (define-public nftables
|
|||
("libnftnl" ,libnftnl)
|
||||
("readline" ,readline)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://www.nftables.org")
|
||||
(home-page "https://www.nftables.org")
|
||||
(synopsis "Userspace utility for Linux packet filtering")
|
||||
(description "nftables is the project that aims to replace the existing
|
||||
{ip,ip6,arp,eb}tables framework. Basically, this project provides a new packet
|
||||
|
|
Loading…
Reference in a new issue