Author: viric
Date: Wed Mar  7 22:21:24 2012
New Revision: 32869
URL: https://nixos.org/websvn/nix/?rev=32869&sc=1

Log:
Setting myself as maintainer of netkit tftp, to get updates if it fails to 
build.

Modified:
   nixpkgs/trunk/pkgs/tools/networking/netkit/tftp/default.nix

Modified: nixpkgs/trunk/pkgs/tools/networking/netkit/tftp/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/networking/netkit/tftp/default.nix Wed Mar  7 
22:20:23 2012        (r32868)
+++ nixpkgs/trunk/pkgs/tools/networking/netkit/tftp/default.nix Wed Mar  7 
22:21:24 2012        (r32869)
@@ -19,5 +19,7 @@
     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;
   };
 }
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to