treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://agroman.net/corkscrew/;
|
||||
homepage = "http://agroman.net/corkscrew/";
|
||||
description = "A tool for tunneling SSH through HTTP proxies";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user