From 84cf00f98031e93f389f1eb93c4a7374a33cc0a9 Mon Sep 17 00:00:00 2001 From: Michael Reilly Date: Tue, 31 Mar 2020 21:11:51 -0400 Subject: treewide: Per RFC45, remove all unquoted URLs --- pkgs/development/compilers/rust/binary.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/compilers/rust/binary.nix') diff --git a/pkgs/development/compilers/rust/binary.nix b/pkgs/development/compilers/rust/binary.nix index 06202901563e4..9ae7e51e5fef8 100644 --- a/pkgs/development/compilers/rust/binary.nix +++ b/pkgs/development/compilers/rust/binary.nix @@ -25,7 +25,7 @@ rec { inherit src; meta = with stdenv.lib; { - homepage = http://www.rust-lang.org/; + homepage = "http://www.rust-lang.org/"; description = "A safe, concurrent, practical language"; maintainers = with maintainers; [ qknight ]; license = [ licenses.mit licenses.asl20 ]; @@ -71,7 +71,7 @@ rec { inherit src; meta = with stdenv.lib; { - homepage = http://www.rust-lang.org/; + homepage = "http://www.rust-lang.org/"; description = "A safe, concurrent, practical language"; maintainers = with maintainers; [ qknight ]; license = [ licenses.mit licenses.asl20 ]; -- cgit 1.4.1