treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "C client library for Redis (key-value database)";
|
||||
homepage = https://code.google.com/archive/p/credis/;
|
||||
homepage = "https://code.google.com/archive/p/credis/";
|
||||
license = licenses.bsd3; # from homepage
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
|
||||
Reference in New Issue
Block a user