gnu: miredo: Use HTTPS home page.
* gnu/packages/networking.scm (miredo)[home-page]: Use HTTPS.master
parent
788425c2a8
commit
d7d2b1dcfd
|
@ -167,7 +167,7 @@ or, more generally, MAC addresses of the same category of hardware.")
|
||||||
(substitute* "src/Makefile"
|
(substitute* "src/Makefile"
|
||||||
(("^TESTS = .*") "TESTS = \n"))
|
(("^TESTS = .*") "TESTS = \n"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://www.remlab.net/miredo/")
|
(home-page "https://www.remlab.net/miredo/")
|
||||||
(synopsis "Teredo IPv6 tunneling software")
|
(synopsis "Teredo IPv6 tunneling software")
|
||||||
(description
|
(description
|
||||||
"Miredo is an implementation (client, relay, server) of the Teredo
|
"Miredo is an implementation (client, relay, server) of the Teredo
|
||||||
|
|
Reference in New Issue