update epson-escpr meta

This commit is contained in:
artuuge
2016-03-03 14:59:40 +01:00
parent c2a2c2ecd4
commit edfb2e7ccb
2 changed files with 5 additions and 2 deletions

View File

@@ -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;
};
}