diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 19:30:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-15 17:07:02 +0100 |
commit | 82c89ead380b34e76fa9f690fc07e8434fdc1eb9 (patch) | |
tree | 34740fbee919a36518a6e304dd4c5b851b7aec48 | |
parent | f13695ec3e125afad2a3f1a584948415cd0f1668 (diff) |
gnu: ebtables: Use HTTPS home page.
* gnu/packages/linux.scm (ebtables)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b5ade50ca8..db1bed04e2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1785,7 +1785,7 @@ Both commands are targeted at system administrators.") `(("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 |