sn0int: specify license

wip/yesman
Fabian Affolter 4 years ago
parent c26ae5ead8
commit a186a06922
  1. 2
      pkgs/tools/security/sn0int/default.nix

@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Semi-automatic OSINT framework and package manager";
homepage = "https://github.com/kpcyrd/sn0int";
license = licenses.gpl3;
license = with licenses; [ gpl3Plus ];
maintainers = with maintainers; [ xrelkd ];
platforms = platforms.linux;
};

Loading…
Cancel
Save