guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/13: gnu: ebtables: Use HTTPS home page.


From: guix-commits
Subject: 04/13: gnu: ebtables: Use HTTPS home page.
Date: Sat, 15 Feb 2020 11:07:07 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 82c89ead380b34e76fa9f690fc07e8434fdc1eb9
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 19:30:43 2020 +0100

    gnu: ebtables: Use HTTPS home page.
    
    * gnu/packages/linux.scm (ebtables)[home-page]: Use HTTPS.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b5ade50..db1bed0 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]