treewide: abandon Google Code homepages

This commit is contained in:
c0bw3b
2017-10-27 01:44:19 +02:00
committed by Orivej Desh
parent 74260a4922
commit 525380b472
65 changed files with 118 additions and 110 deletions

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "junixsocket-1.3";
src = fetchurl {
url = "http://junixsocket.googlecode.com/files/${name}-src.tar.bz2";
url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/junixsocket/${name}-src.tar.bz2";
sha256 = "0c6p8vmiv5nk8i6g1hgivnl3mpb2k3lhjjz0ss9dlirisfrxf1ym";
};
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A Java/JNI library for using Unix Domain Sockets from Java";
homepage = https://code.google.com/p/junixsocket/;
homepage = https://github.com/kohlschutter/junixsocket;
license = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
};