add meta.repositories.git to several packages

This commit is contained in:
Evgeny Egorochkin
2013-12-10 01:07:30 +02:00
parent 08a3ef19cd
commit 328d59eab6
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ stdenv.mkDerivation {
meta = {
description = "A distributed memory object caching system";
repositories.git = https://github.com/memcached/memcached.git;
homepage = http://memcached.org/;
license = "bsd";
maintainers = [ stdenv.lib.maintainers.coconnor ];