treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://www.torproject.org/";
|
||||
repositories.git = https://git.torproject.org/git/tor;
|
||||
repositories.git = "https://git.torproject.org/git/tor";
|
||||
description = "Anonymizing overlay network";
|
||||
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user