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
@@ -38,12 +38,12 @@ stdenv.mkDerivation rec {
dontUseCmakeConfigure = true;
src = fetchurl {
url = "http://uim.googlecode.com/files/uim-${version}.tar.bz2";
url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uim/uim-${version}.tar.bz2";
sha1 = "43b9dbdead6797880e6cfc9c032ecb2d37d42777";
};
meta = with stdenv.lib; {
homepage = "http://code.google.com/p/uim/";
homepage = "https://github.com/uim/uim";
description = "A multilingual input method framework";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.linux;