about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-depgraph
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-08-12 00:41:21 +0200
committerGitHub <noreply@github.com>2023-08-11 18:41:21 -0400
commit3d1703e5767fd0612e66e7e39b15670b3e983869 (patch)
tree422f9e5b3d52d325b6d37c2b99b6aa101438871d /pkgs/development/tools/rust/cargo-depgraph
parent2f8b9bd4b782bfda235b47ba3270f171bc4795e7 (diff)
treewide: add matthiasbeyer to a bunch of packages (#248566)
Diffstat (limited to 'pkgs/development/tools/rust/cargo-depgraph')
-rw-r--r--pkgs/development/tools/rust/cargo-depgraph/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/rust/cargo-depgraph/default.nix b/pkgs/development/tools/rust/cargo-depgraph/default.nix
index 57c71687243a1..1e7c63574c99f 100644
--- a/pkgs/development/tools/rust/cargo-depgraph/default.nix
+++ b/pkgs/development/tools/rust/cargo-depgraph/default.nix
@@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://sr.ht/~jplatte/cargo-depgraph";
     changelog = "https://git.sr.ht/~jplatte/cargo-depgraph/tree/${src.rev}/item/CHANGELOG.md";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ figsoda ];
+    maintainers = with maintainers; [ figsoda matthiasbeyer ];
   };
 }