saneBackends{,Git}: add more descriptive descriptions

This commit is contained in:
Tobias Geerinckx-Rice 2015-12-05 22:27:27 +01:00
parent df4ab4c9cc
commit 1d4b4dc8b6
2 changed files with 16 additions and 2 deletions

View file

@ -40,7 +40,14 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
homepage = "http://www.sane-project.org/";
description = "Scanner Access Now Easy";
description = "SANE (Scanner Access Now Easy) backends";
longDescription = ''
Collection of open-source SANE backends (device drivers).
SANE is a universal scanner interface providing standardized access to
any raster image scanner hardware: flatbed scanners, hand-held scanners,
video- and still-cameras, frame-grabbers, etc. For a list of supported
scanners, see http://www.sane-project.org/sane-backends.html.
'';
license = licenses.gpl2Plus;
maintainers = with maintainers; [ nckx simons ];

View file

@ -51,7 +51,14 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "http://www.sane-project.org/";
description = "Scanner Access Now Easy";
description = "SANE (Scanner Access Now Easy) backends";
longDescription = ''
Collection of open-source SANE backends (device drivers).
SANE is a universal scanner interface providing standardized access to
any raster image scanner hardware: flatbed scanners, hand-held scanners,
video- and still-cameras, frame-grabbers, etc. For a list of supported
scanners, see http://www.sane-project.org/sane-backends.html.
'';
license = licenses.gpl2Plus;
maintainers = with maintainers; [ nckx simons ];