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
+2 -2
View File
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
inherit name;
src = fetchurl {
url = "http://pdsh.googlecode.com/files/${name}.tar.bz2";
url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/pdsh/${name}.tar.bz2";
sha256 = "1kvzz01fyaxfqmbh53f4ljfsgvxdykh5jyr6fh4f1bw2ywxr1w2p";
};
@@ -34,7 +34,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://code.google.com/p/pdsh/;
homepage = https://github.com/chaos/pdsh;
description = "High-performance, parallel remote shell utility";
license = stdenv.lib.licenses.gpl2;