findomain: specify license

This commit is contained in:
Fabian Affolter 2021-03-20 23:08:39 +01:00
parent 4c817c73ac
commit b3287e8650

View file

@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "The fastest and cross-platform subdomain enumerator";
homepage = "https://github.com/Edu4rdSHL/findomain";
license = licenses.gpl3;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ Br1ght0ne ];
};
}