update epson-escpr meta
This commit is contained in:
parent
c2a2c2ecd4
commit
edfb2e7ccb
|
@ -33,6 +33,7 @@
|
||||||
ardumont = "Antoine R. Dumont <eniotna.t@gmail.com>";
|
ardumont = "Antoine R. Dumont <eniotna.t@gmail.com>";
|
||||||
aristid = "Aristid Breitkreuz <aristidb@gmail.com>";
|
aristid = "Aristid Breitkreuz <aristidb@gmail.com>";
|
||||||
arobyn = "Alexei Robyn <shados@shados.net>";
|
arobyn = "Alexei Robyn <shados@shados.net>";
|
||||||
|
artuuge = "Artur E. Ruuge <artuuge@gmail.com>";
|
||||||
asppsa = "Alastair Pharo <asppsa@gmail.com>";
|
asppsa = "Alastair Pharo <asppsa@gmail.com>";
|
||||||
astsmtl = "Alexander Tsamutali <astsmtl@yandex.ru>";
|
astsmtl = "Alexander Tsamutali <astsmtl@yandex.ru>";
|
||||||
aszlig = "aszlig <aszlig@redmoonstudios.org>";
|
aszlig = "aszlig <aszlig@redmoonstudios.org>";
|
||||||
|
|
|
@ -16,7 +16,7 @@ in
|
||||||
|
|
||||||
buildInputs = [ cups ];
|
buildInputs = [ cups ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/artuuge/NixOS-files/;
|
homepage = https://github.com/artuuge/NixOS-files/;
|
||||||
description = "ESC/P-R Driver (generic driver)";
|
description = "ESC/P-R Driver (generic driver)";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
@ -30,7 +30,9 @@ in
|
||||||
drivers = [ pkgs.epson-escpr ];
|
drivers = [ pkgs.epson-escpr ];
|
||||||
};
|
};
|
||||||
'';
|
'';
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
|
maintainers = with maintainers; [ artuuge ];
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user