ndisc6: change meta.homepage to https

The http address is a permanent redirect
This commit is contained in:
Joachim Fasting
2017-07-12 20:31:27 +02:00
parent 50339315e5
commit 6620e007f4

View File

@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
];
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";
maintainers = with maintainers; [ eelco wkennington ];
platforms = platforms.linux;