Merge pull request #117064 from fabaff/license-fd

findomain: specify license
This commit is contained in:
Sandro 2021-03-20 23:49:05 +01:00 committed by GitHub
commit f13b03f3d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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