treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ pcre zlib lzma ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/ggreer/the_silver_searcher/;
|
||||
homepage = "https://github.com/ggreer/the_silver_searcher/";
|
||||
description = "A code-searching tool similar to ack, but faster";
|
||||
maintainers = with maintainers; [ madjar ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user