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:
parent
02ac39aef8
commit
b2653605c4
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user