mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 10:43:27 +00:00
Merge pull request #204484 from Sciencentistguy/cargo-flamegraph-homepage
cargo-flamegraph: update homepage link
This commit is contained in:
commit
4b3b40f8d3
@ -33,7 +33,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/flamegraph-rs/flamegraph";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = with maintainers; [ killercup ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user