treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,8 +14,8 @@ buildGoModule rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "A pluggable transport proxy";
|
||||
homepage = https://www.torproject.org/projects/obfsproxy;
|
||||
repositories.git = https://git.torproject.org/pluggable-transports/obfs4.git;
|
||||
homepage = "https://www.torproject.org/projects/obfsproxy";
|
||||
repositories.git = "https://git.torproject.org/pluggable-transports/obfs4.git";
|
||||
maintainers = with maintainers; [ phreedom thoughtpolice ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user