dibbler: update homepage

And use SPDX 3.0 license identifier
This commit is contained in:
Renaud
2022-02-06 15:10:23 +01:00
committed by c0bw3b
parent d6716e4eee
commit aa2ed524fd
+2 -2
View File
@@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Portable DHCPv6 implementation";
homepage = "http://www.klub.com.pl/dhcpv6/";
license = licenses.gpl2;
homepage = "https://klub.com.pl/dhcpv6/";
license = licenses.gpl2Only;
platforms = platforms.all;
maintainers = with maintainers; [ fpletz ];
};