forked from mirrors/nixpkgs
Update pkgs/applications/misc/cardpeek/default.nix
Co-Authored-By: liclac <git@liclac.eu>
This commit is contained in:
parent
74dcd2b49c
commit
9a96bfa037
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue