Adding me as a maintainer, with a pair of packages.

svn path=/nixpkgs/trunk/; revision=17295
This commit is contained in:
Lluís Batlle i Rossell 2009-09-20 09:37:55 +00:00
parent f85146e2fc
commit 8515a7fa68
3 changed files with 5 additions and 0 deletions

View file

@ -31,5 +31,7 @@ stdenv.mkDerivation
description = "Free advanced command line hexadecimal editor";
homepage = http://radare.org/;
license = "GPLv2+";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};
}

View file

@ -10,4 +10,5 @@
marcweber = "Marc Weber <marco-oweber@gmx.de>";
raskin = "Michael Raskin <7c6f434c@mail.ru>";
sander = "Sander van der Burg <s.vanderburg@tudelft.nl>";
viric = "Lluís Batlle i Rossell <viriketo@gmail.com>";
}

View file

@ -19,5 +19,7 @@ stdenv.mkDerivation {
homepage = http://code.google.com/p/cryptsetup/;
description = "LUKS for dm-crypt";
license = "GPLv2";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};
}