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