ndisc6: change meta.homepage to https
The http address is a permanent redirect
This commit is contained in:
parent
50339315e5
commit
6620e007f4
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.remlab.net/ndisc6/;
|
homepage = https://www.remlab.net/ndisc6/;
|
||||||
description = "A small collection of useful tools for IPv6 networking";
|
description = "A small collection of useful tools for IPv6 networking";
|
||||||
maintainers = with maintainers; [ eelco wkennington ];
|
maintainers = with maintainers; [ eelco wkennington ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user