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
@@ -3,7 +3,7 @@ stdenv.mkDerivation {
name = "sixpair-2007-04-18";
src = fetchurl {
url = http://www.pabr.org/sixlinux/sixpair.c;
url = "http://www.pabr.org/sixlinux/sixpair.c";
sha256 = "1b0a3k7gs544cbji7n29jxlrsscwfx6s1r2sgwdl6hmkc1l9gagr";
};
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
longDescription = ''
This command-line utility searches USB buses for SIXAXIS controllers and tells them to connect to a new Bluetooth master.
'';
homepage = http://www.pabr.org/sixlinux/;
homepage = "http://www.pabr.org/sixlinux/";
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.tomsmeets ];
platforms = stdenv.lib.platforms.linux;