treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Fast regular expression grep for source code with incremental index updates";
|
||||
homepage = https://github.com/zeux/qgrep;
|
||||
homepage = "https://github.com/zeux/qgrep";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.yrashk ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user