treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
Shadowsocks-libev is a lightweight secured SOCKS5 proxy for embedded devices and low-end boxes.
|
||||
It is a port of Shadowsocks created by @clowwindy, which is maintained by @madeye and @linusyang.
|
||||
'';
|
||||
homepage = https://github.com/shadowsocks/shadowsocks-libev;
|
||||
homepage = "https://github.com/shadowsocks/shadowsocks-libev";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = [ maintainers.nfjinjing ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user