fix(nix): change license to gpl3Only

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2022-07-23 13:56:25 +02:00
parent b96e76134a
commit 5e443ae347
No known key found for this signature in database
GPG Key ID: C10411294912A422

View File

@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
their associated options with a simple interface.
'';
platforms = platforms.unix;
license = licenses.gpl3Plus;
license = licenses.gpl3Only;
maintainers = with maintainers; [ starcraft66 kloenk ];
};
}