treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A utility intended to provide Rust code completion for editors and IDEs";
|
||||
homepage = https://github.com/racer-rust/racer;
|
||||
homepage = "https://github.com/racer-rust/racer";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jagajaga ma27 ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user