treewide: abandon Google Code homepages

This commit is contained in:
c0bw3b
2017-11-03 18:52:28 +00:00
committed by Orivej Desh
parent 74260a4922
commit 525380b472
65 changed files with 118 additions and 110 deletions
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "libcredis-0.2.3";
src = fetchurl {
url = "https://credis.googlecode.com/files/credis-0.2.3.tar.gz";
url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/credis/credis-0.2.3.tar.gz";
sha256 = "1l3hlw9rrc11qggbg9a2303p3bhxxx2vqkmlk8avsrbqw15r1ayr";
};
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "C client library for Redis (key-value database)";
homepage = https://code.google.com/p/credis/;
homepage = https://code.google.com/archive/p/credis/;
license = licenses.bsd3; # from homepage
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];