manual: use quoted homepage urls

This commit is contained in:
Jonathan Ringer 2020-02-16 08:31:03 -08:00 committed by Jon
parent 201d464f12
commit 3990b914c3
6 changed files with 9 additions and 9 deletions

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;