about summary refs log tree commit diff
path: root/pkgs/tools/misc/diffoscope
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-06-19 12:07:43 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2022-06-19 12:07:43 +0200
commitcdbc6e64e4d988184b83c25d46387f11d274b991 (patch)
tree3f54e149e82e188e0a5a6d401fae677ccd5659a7 /pkgs/tools/misc/diffoscope
parent2ea4d3721775fe0d08e82851e495497988bd7cc9 (diff)
treewide: reduce maintenance workload for ma27
Note: I DO NOT resign from nixpkgs, not at all!

However, I like a clean notification inbox and I get a lot of stuff for
packages where I'm only an end-user or don't use them anymore and thus
can't help out that much.

So please consider it a measure to reduce the mental load for me when
going through my notifications ;-)
Diffstat (limited to 'pkgs/tools/misc/diffoscope')
-rw-r--r--pkgs/tools/misc/diffoscope/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/diffoscope/default.nix b/pkgs/tools/misc/diffoscope/default.nix
index 9d046e7aff487..ae0a38b6d3166 100644
--- a/pkgs/tools/misc/diffoscope/default.nix
+++ b/pkgs/tools/misc/diffoscope/default.nix
@@ -125,7 +125,7 @@ python3Packages.buildPythonApplication rec {
     '';
     homepage = "https://diffoscope.org/";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ dezgeg ma27 danielfullmer ];
+    maintainers = with maintainers; [ dezgeg danielfullmer ];
     platforms = platforms.unix;
   };
 }