treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3";
|
||||
homepage = https://github.com/ferrous-systems/flamegraph;
|
||||
homepage = "https://github.com/ferrous-systems/flamegraph";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = with maintainers; [ killercup ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user