Setting myself as maintainer for xsane and cdecl, and telling hydra to build them.

svn path=/nixpkgs/trunk/; revision=32868
This commit is contained in:
Lluís Batlle i Rossell 2012-03-07 22:20:23 +00:00
parent 330a4e656a
commit 02ac39aef8
2 changed files with 7 additions and 0 deletions

View File

@ -15,5 +15,8 @@ stdenv.mkDerivation {
meta = {
description = "Translator English -- C/C++ declarations";
license = "Public Domain";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};
}

View File

@ -17,5 +17,9 @@ stdenv.mkDerivation {
meta = {
homepage = http://www.sane-project.org/;
description = "Graphical scanning frontend for sane";
license = "GPLv2+";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};
}