diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:56:38 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-17 20:02:07 +0100 |
commit | e496ee679d2c9548f5e3541a2a6486df179194d5 (patch) | |
tree | 19c9a29c975afbf4964ead64a19b1f08a92be0f2 /gnu/packages/linux.scm | |
parent | 6c71d56d7757b5f35bdd0d6fc623ba133c9c3e2e (diff) | |
download | patches-e496ee679d2c9548f5e3541a2a6486df179194d5.tar patches-e496ee679d2c9548f5e3541a2a6486df179194d5.tar.gz |
gnu: bridge-utils: Update home page.
* gnu/packages/linux.scm (bridge-utils)[home-page]: Follow (HTTPS)
redirection.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3ac7e616c8..6a29565aad 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2099,8 +2099,7 @@ Linux-based operating systems.") #t))) #:tests? #f)) ; no 'check' target - (home-page - "http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge") + (home-page "https://wiki.linuxfoundation.org/networking/bridge") (synopsis "Manipulate Ethernet bridges") (description "Utilities for Linux's Ethernet bridging facilities. A bridge is a way |