diff --git a/pkgs/applications/misc/cardpeek/default.nix b/pkgs/applications/misc/cardpeek/default.nix index c46242bebe94..9b2192708090 100644 --- a/pkgs/applications/misc/cardpeek/default.nix +++ b/pkgs/applications/misc/cardpeek/default.nix @@ -21,7 +21,7 @@ in meta = with stdenv.lib; { homepage = https://github.com/L1L1/cardpeek; description = "A tool to read the contents of ISO7816 smart cards"; - license = licenses.gpl3; + license = licenses.gpl3Plus; platforms = with platforms; linux ++ darwin; maintainers = with maintainers; [ embr ]; };