about summary refs log tree commit diff
path: root/pkgs/tools/networking/netkit
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-03-07 22:21:24 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-03-07 22:21:24 +0000
commitb2653605c4649dfcd85b9c542462f1f3ea3dedbb (patch)
tree3f577f697b05e75632afa88c2220123e7cebb1d1 /pkgs/tools/networking/netkit
parent02ac39aef8718fdcaba148e004790a1b9ce99002 (diff)
Setting myself as maintainer of netkit tftp, to get updates if it fails to build.
svn path=/nixpkgs/trunk/; revision=32869
Diffstat (limited to 'pkgs/tools/networking/netkit')
-rw-r--r--pkgs/tools/networking/netkit/tftp/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/networking/netkit/tftp/default.nix b/pkgs/tools/networking/netkit/tftp/default.nix
index fd6d6d51a927d..16b8a1159b6ae 100644
--- a/pkgs/tools/networking/netkit/tftp/default.nix
+++ b/pkgs/tools/networking/netkit/tftp/default.nix
@@ -19,5 +19,7 @@ stdenv.mkDerivation rec {
     description = "Netkit TFTP client and server";
     homepage = "ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/";
     license = "BSD";
+    maintainers = with stdenv.lib.maintainers; [viric];
+    platforms = with stdenv.lib.platforms; linux;
   };
 }