treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A Cargo subcommand for the client-side Web";
|
||||
homepage = https://github.com/koute/cargo-web;
|
||||
homepage = "https://github.com/koute/cargo-web";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = with maintainers; [ kevincox ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user