Unverified Commit 3d1703e5 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

treewide: add matthiasbeyer to a bunch of packages (#248566)

parent 2f8b9bd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,6 +43,6 @@ rustPlatform.buildRustPackage rec {
    '';
    changelog = "https://github.com/tweag/nickel/blob/${version}/RELEASES.md";
    license = licenses.mit;
    maintainers = with maintainers; [ AndersonTorres felschr ];
    maintainers = with maintainers; [ AndersonTorres felschr matthiasbeyer ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/EmbarkStudios/cargo-about";
    changelog = "https://github.com/EmbarkStudios/cargo-about/blob/${version}/CHANGELOG.md";
    license = with licenses; [ mit /* or */ asl20 ];
    maintainers = with maintainers; [ evanjs figsoda ];
    maintainers = with maintainers; [ evanjs figsoda matthiasbeyer ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
    description = "A Cargo subcommand to build and test all feature flag combinations";
    homepage = "https://github.com/frewsxcv/cargo-all-features";
    license = with licenses; [ asl20 /* or */ mit ];
    maintainers = with maintainers; [ figsoda ];
    maintainers = with maintainers; [ figsoda matthiasbeyer ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/rust-embedded/cargo-binutils";
    changelog = "https://github.com/rust-embedded/cargo-binutils/blob/v${version}/CHANGELOG.md";
    license = with licenses; [ asl20 mit ];
    maintainers = with maintainers; [ stupremee ];
    maintainers = with maintainers; [ stupremee matthiasbeyer ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/RazrFalcon/cargo-bloat";
    license = licenses.mit;
    platforms = platforms.unix;
    maintainers = with maintainers; [ xrelkd ];
    maintainers = with maintainers; [ xrelkd matthiasbeyer ];
  };
}
Loading