treewide: http -> https (#42665)
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://redis.io;
|
||||
homepage = https://redis.io;
|
||||
description = "An open source, advanced key-value store";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user