sniffglue: specify license

License is GPLv3+ (https://github.com/kpcyrd/sniffglue#license)
This commit is contained in:
Fabian Affolter 2021-03-24 23:24:21 +01:00 committed by GitHub
parent 082d8316b0
commit edcf4d694f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Secure multithreaded packet sniffer";
homepage = "https://github.com/kpcyrd/sniffglue";
license = licenses.gpl3;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ xrelkd ];
platforms = platforms.linux;
};