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

svn path=/nixpkgs/trunk/; revision=32869
This commit is contained in:
Lluís Batlle i Rossell 2012-03-07 22:21:24 +00:00
parent 02ac39aef8
commit b2653605c4

View File

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