about summary refs log tree commit diff
path: root/pkgs/applications/accessibility
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-05-20 11:48:47 -0400
committerGitHub <noreply@github.com>2023-05-20 11:48:47 -0400
commit62447bf70969fd5d46e6e6f27495955ef759f610 (patch)
tree462db8a0f294d9dcfe527f2b7e77fdd0885ce8fa /pkgs/applications/accessibility
parent7cf6ca10a59a728ce5c98a7a54411d19b3319fcb (diff)
parenta2f49342d860f6d0875598c3ff279881c9e283b6 (diff)
Merge pull request #233032 from jtojnar/reduce-me
treewide: Reduce jtojnar maintainership
Diffstat (limited to 'pkgs/applications/accessibility')
-rw-r--r--pkgs/applications/accessibility/contrast/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/accessibility/contrast/default.nix b/pkgs/applications/accessibility/contrast/default.nix
index 7a7274d8d5e06..f98b02117c2f1 100644
--- a/pkgs/applications/accessibility/contrast/default.nix
+++ b/pkgs/applications/accessibility/contrast/default.nix
@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
     description = "Checks whether the contrast between two colors meet the WCAG requirements";
     homepage = "https://gitlab.gnome.org/World/design/contrast";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ jtojnar ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.unix;
     # never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
     broken = stdenv.isDarwin;