treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-03-31 21:11:51 -04:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "uisp-20050207";
src = fetchurl {
url = http://mirror.switch.ch/mirror/gentoo/distfiles/uisp-20050207.tar.gz;
url = "http://mirror.switch.ch/mirror/gentoo/distfiles/uisp-20050207.tar.gz";
sha256 = "1bncxp5yxh9r1yrp04vvhfiva8livi1pwic7v8xj99q09zrwahvw";
};
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
meta = {
description = "Tool for AVR microcontrollers which can interface to many hardware in-system programmers";
license = stdenv.lib.licenses.gpl2;
homepage = https://savannah.nongnu.org/projects/uisp;
homepage = "https://savannah.nongnu.org/projects/uisp";
platforms = stdenv.lib.platforms.linux;
};
}