treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/vzaliva/simpleproxy;
|
||||
homepage = "https://github.com/vzaliva/simpleproxy";
|
||||
description = "A simple TCP proxy";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.montag451 ];
|
||||
|
||||
Reference in New Issue
Block a user