From 9a96bfa0372cc33ed9b39e4c388a159181c9be90 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sun, 23 Dec 2018 00:03:54 +0000 Subject: [PATCH] Update pkgs/applications/misc/cardpeek/default.nix Co-Authored-By: liclac --- pkgs/applications/misc/cardpeek/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; };