manual: use quoted homepage urls

This commit is contained in:
Jonathan Ringer
2020-02-16 09:49:12 -08:00
committed by Jon
parent 201d464f12
commit 3990b914c3
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
meta = with stdenv.lib; {
description = "A fast line-oriented regex search tool, similar to ag and ack";
homepage = https://github.com/BurntSushi/ripgrep;
homepage = "https://github.com/BurntSushi/ripgrep";
license = licenses.unlicense;
maintainers = [ maintainers.tailhook ];
platforms = platforms.all;