pcsctools: add meta.{changelog,mainProgram}

This commit is contained in:
Anthony Roussel
2023-12-09 09:40:17 +01:00
parent 9a618e439f
commit 30008fd748
@@ -85,7 +85,9 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Tools used to test a PC/SC driver, card or reader";
homepage = "https://pcsc-tools.apdu.fr/";
changelog = "https://github.com/LudovicRousseau/pcsc-tools/releases/tag/${finalAttrs.version}";
license = licenses.gpl2Plus;
mainProgram = "pcsc_scan";
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.linux;
};