treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec{
|
||||
stdenv.lib.optional stdenv.isDarwin "--disable-regexcheck";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://tinyproxy.github.io/;
|
||||
homepage = "https://tinyproxy.github.io/";
|
||||
description = "A light-weight HTTP/HTTPS proxy daemon for POSIX operating systems";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user