forked from mirrors/nixpkgs
saneBackendsGit: add myself as maintainer
This commit is contained in:
parent
d3d5c79582
commit
df4ab4c9cc
|
@ -38,12 +38,12 @@ stdenv.mkDerivation {
|
||||||
"echo epson2 > \${out}/etc/sane.d/dll.conf"
|
"echo epson2 > \${out}/etc/sane.d/dll.conf"
|
||||||
else "";
|
else "";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://www.sane-project.org/";
|
homepage = "http://www.sane-project.org/";
|
||||||
description = "Scanner Access Now Easy";
|
description = "Scanner Access Now Easy";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
maintainers = with maintainers; [ nckx simons ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue