epson-escpr2: remove with lib; from meta

This commit is contained in:
Shawn8901
2025-03-09 20:12:15 +01:00
parent dde29dacd2
commit d289019753
+4 -4
View File
@@ -37,7 +37,7 @@ stdenv.mkDerivation {
"--with-cupsppddir=${builtins.placeholder "out"}/share/cups/model"
];
meta = with lib; {
meta = {
homepage = "http://download.ebz.epson.net/dsc/search/01/search/";
description = "ESC/P-R 2 Driver (generic driver)";
longDescription = ''
@@ -46,12 +46,12 @@ stdenv.mkDerivation {
Refer to the description of epson-escpr for usage.
'';
license = licenses.gpl2Plus;
maintainers = with maintainers; [
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
ma9e
ma27
shawn8901
];
platforms = platforms.linux;
platforms = lib.platforms.linux;
};
}