dibbler: update homepage

And use SPDX 3.0 license identifier

Renaud aa2ed524 d6716e4e

+2 -2
+2 -2
pkgs/tools/networking/dibbler/default.nix
··· 17 18 meta = with lib; { 19 description = "Portable DHCPv6 implementation"; 20 - homepage = "http://www.klub.com.pl/dhcpv6/"; 21 - license = licenses.gpl2; 22 platforms = platforms.all; 23 maintainers = with maintainers; [ fpletz ]; 24 };
··· 17 18 meta = with lib; { 19 description = "Portable DHCPv6 implementation"; 20 + homepage = "https://klub.com.pl/dhcpv6/"; 21 + license = licenses.gpl2Only; 22 platforms = platforms.all; 23 maintainers = with maintainers; [ fpletz ]; 24 };