treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
inherit version;
src = fetchgit {
url = git://projects.qi-hardware.com/xburst-tools.git;
url = "git://projects.qi-hardware.com/xburst-tools.git";
rev = "c71ce8e15db25fe49ce8702917cb17720882e341";
sha256 = "1hzdngs1l5ivvwnxjwzc246am6w1mj1aidcf0awh9yw0crzcjnjr";
};
@@ -36,7 +36,7 @@ stdenv.mkDerivation {
meta = {
description = "Qi tools to access the Ben Nanonote USB_BOOT mode";
license = stdenv.lib.licenses.gpl3;
homepage = http://www.linux-mtd.infradead.org/;
homepage = "http://www.linux-mtd.infradead.org/";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = stdenv.lib.platforms.x86_64;
};