Update pkgs/applications/misc/cardpeek/default.nix

Co-Authored-By: liclac <git@liclac.eu>
This commit is contained in:
Jan Tojnar 2018-12-23 00:03:54 +00:00 committed by GitHub
parent 74dcd2b49c
commit 9a96bfa037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ in
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/L1L1/cardpeek; homepage = https://github.com/L1L1/cardpeek;
description = "A tool to read the contents of ISO7816 smart cards"; description = "A tool to read the contents of ISO7816 smart cards";
license = licenses.gpl3; license = licenses.gpl3Plus;
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ embr ]; maintainers = with maintainers; [ embr ];
}; };