mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
saneBackends: add myself as maintainer
This commit is contained in:
parent
256cec9756
commit
5bcd13156c
@ -49,12 +49,12 @@ stdenv.mkDerivation rec {
|
|||||||
" \${out}/share/sane/snapscan/your-firmwarefile.bin"
|
" \${out}/share/sane/snapscan/your-firmwarefile.bin"
|
||||||
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 New Issue
Block a user