sn0int: specify license

This commit is contained in:
Fabian Affolter 2021-01-09 23:20:25 +01:00
parent c26ae5ead8
commit a186a06922

View file

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