treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "A Cargo subcommand for watching over Cargo project's source";
|
||||
homepage = https://github.com/passcod/cargo-watch;
|
||||
homepage = "https://github.com/passcod/cargo-watch";
|
||||
license = licenses.cc0;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ xrelkd ivan ];
|
||||
|
||||
Reference in New Issue
Block a user