Add memcached to the channel

This commit is contained in:
Rob Vermaas 2013-07-12 14:57:32 +02:00
parent 864339cf4d
commit 096f422545

View file

@ -15,6 +15,7 @@ stdenv.mkDerivation {
homepage = http://memcached.org/;
license = "bsd";
maintainers = [ stdenv.lib.maintainers.coconnor ];
platforms = stdenv.lib.platforms.linux;
};
}