sn0int: specify license
This commit is contained in:
parent
c26ae5ead8
commit
a186a06922
@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Semi-automatic OSINT framework and package manager";
|
description = "Semi-automatic OSINT framework and package manager";
|
||||||
homepage = "https://github.com/kpcyrd/sn0int";
|
homepage = "https://github.com/kpcyrd/sn0int";
|
||||||
license = licenses.gpl3;
|
license = with licenses; [ gpl3Plus ];
|
||||||
maintainers = with maintainers; [ xrelkd ];
|
maintainers = with maintainers; [ xrelkd ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user