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;
};
}