treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user