ccid: update meta.{description,license}

This commit is contained in:
Anthony Roussel
2023-12-07 21:24:11 +01:00
parent 3cf54f81d3
commit 1270c8e903
+2 -2
View File
@@ -38,9 +38,9 @@ stdenv.mkDerivation rec {
};
meta = with lib; {
description = "ccid drivers for pcsclite";
description = "PC/SC driver for USB CCID smart card readers";
homepage = "https://ccid.apdu.fr/";
license = licenses.gpl2Plus;
license = licenses.lgpl21Plus;
platforms = platforms.unix;
};
}