mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: ebtables: Use HTTPS home page.
* gnu/packages/linux.scm (ebtables)[home-page]: Use HTTPS.
This commit is contained in:
parent
f13695ec3e
commit
82c89ead38
1 changed files with 1 additions and 1 deletions
|
@ -1785,7 +1785,7 @@ (define-public ebtables
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("iptables" ,iptables)))
|
("iptables" ,iptables)))
|
||||||
(synopsis "Ethernet bridge frame table administration")
|
(synopsis "Ethernet bridge frame table administration")
|
||||||
(home-page "http://ebtables.netfilter.org/")
|
(home-page "https://ebtables.netfilter.org/")
|
||||||
(description
|
(description
|
||||||
"ebtables is an application program used to set up and maintain the
|
"ebtables is an application program used to set up and maintain the
|
||||||
tables of rules (inside the Linux kernel) that inspect Ethernet frames. It is
|
tables of rules (inside the Linux kernel) that inspect Ethernet frames. It is
|
||||||
|
|
Loading…
Reference in a new issue