dibbler: update homepage

And use SPDX 3.0 license identifier
This commit is contained in:
Renaud 2022-02-05 21:36:34 +01:00 committed by c0bw3b
parent d6716e4eee
commit aa2ed524fd

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 ];
};