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 {
name = "stm32flash-1.0";
src = fetchurl {
url = https://stm32flash.googlecode.com/files/stm32flash.tar.gz;
url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/stm32flash/stm32flash.tar.gz";
sha256 = "04k631g9lzvp9xr4sw51xpq1g542np61s1l8fpwx9rbsc8m5l0i6";
};
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Open source flash program for the STM32 ARM processors using the ST bootloader";
homepage = https://code.google.com/p/stm32flash/;
homepage = https://sourceforge.net/projects/stm32flash/;
license = stdenv.lib.licenses.gpl2;
platforms = platforms.all; # Should work on all platforms
maintainers = [ maintainers.the-kenny ];