treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A distributed memory object caching system";
|
||||
repositories.git = https://github.com/memcached/memcached.git;
|
||||
repositories.git = "https://github.com/memcached/memcached.git";
|
||||
homepage = "http://memcached.org/";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.coconnor ];
|
||||
|
||||
Reference in New Issue
Block a user