forked from mirrors/nixpkgs
Adding me as a maintainer, with a pair of packages.
svn path=/nixpkgs/trunk/; revision=17295
This commit is contained in:
parent
f85146e2fc
commit
8515a7fa68
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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>";
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue