mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05: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)
|
||||
("iptables" ,iptables)))
|
||||
(synopsis "Ethernet bridge frame table administration")
|
||||
(home-page "http://ebtables.netfilter.org/")
|
||||
(home-page "https://ebtables.netfilter.org/")
|
||||
(description
|
||||
"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
|
||||
|
|
Loading…
Reference in a new issue