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
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "0.3.8";
src = fetchurl {
url = "http://mfcuk.googlecode.com/files/mfcuk-0.3.8.tar.gz";
url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mfcuk/mfcuk-0.3.8.tar.gz";
sha256 = "0m9sy61rsbw63xk05jrrmnyc3xda0c3m1s8pg3sf8ijbbdv9axcp";
};
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "MiFare Classic Universal toolKit";
license = licenses.gpl2;
homepage = http://code.google.com/p/mfcuk/;
homepage = https://github.com/nfc-tools/mfcuk;
maintainers = with maintainers; [ offline ];
platforms = platforms.unix;
};