lol

Merge pull request #117064 from fabaff/license-fd

findomain: specify license

authored by

Sandro and committed by
GitHub
f13b03f3 2adc24fe

+1 -1
+1 -1
pkgs/tools/networking/findomain/default.nix
··· 30 30 meta = with lib; { 31 31 description = "The fastest and cross-platform subdomain enumerator"; 32 32 homepage = "https://github.com/Edu4rdSHL/findomain"; 33 - license = licenses.gpl3; 33 + license = licenses.gpl3Plus; 34 34 maintainers = with maintainers; [ Br1ght0ne ]; 35 35 }; 36 36 }