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
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "x2vnc-1.7.2";
src = fetchurl {
url = https://fredrik.hubbe.net/x2vnc/x2vnc-1.7.2.tar.gz;
url = "https://fredrik.hubbe.net/x2vnc/x2vnc-1.7.2.tar.gz";
sha256 = "00bh9j3m6snyd2fgnzhj5vlkj9ibh69gfny9bfzlxbnivb06s1yw";
};
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
hardeningDisable = [ "format" ];
meta = with stdenv.lib; {
homepage = http://fredrik.hubbe.net/x2vnc.html;
homepage = "http://fredrik.hubbe.net/x2vnc.html";
description = "A program to control a remote VNC server";
platforms = platforms.unix;
license = licenses.gpl2;