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; {
|
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 ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user