Merge pull request #204484 from Sciencentistguy/cargo-flamegraph-homepage

cargo-flamegraph: update homepage link
This commit is contained in:
Bobby Rong 2022-12-04 22:54:24 +08:00 committed by GitHub
commit 4b3b40f8d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};