about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-09-20 09:37:55 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-09-20 09:37:55 +0000
commit8515a7fa68fd63f11014dbe3d305f8c6236f60b6 (patch)
treefd6ef04ff841fd8adbeb2e45079767094034adcc /pkgs/development/tools/analysis
parentf85146e2fc3e640486b565440f13222613df51c7 (diff)
Adding me as a maintainer, with a pair of packages.
svn path=/nixpkgs/trunk/; revision=17295
Diffstat (limited to 'pkgs/development/tools/analysis')
-rw-r--r--pkgs/development/tools/analysis/radare/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/analysis/radare/default.nix b/pkgs/development/tools/analysis/radare/default.nix
index 29451430d43ce..dfbe1e542f9d8 100644
--- a/pkgs/development/tools/analysis/radare/default.nix
+++ b/pkgs/development/tools/analysis/radare/default.nix
@@ -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;
   };
 }