* Add xinetd to the channel.

svn path=/nixpkgs/trunk/; revision=30865
This commit is contained in:
Eelco Dolstra 2011-12-13 12:43:11 +00:00
parent f9227dc459
commit 9cc0637247

View file

@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Secure replacement for inetd";
platforms = stdenv.lib.platforms.linux;
homepage = http://xinetd.org;
license = "free";
};