about summary refs log tree commit diff
path: root/pkgs/by-name/wa
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-03-14 12:13:07 +0800
committerGitHub <noreply@github.com>2024-03-14 12:13:07 +0800
commit180575819a47219e838c93246f61eddadd42a4c5 (patch)
tree335eed9e0723041c92c6784efaba56849e644b4d /pkgs/by-name/wa
parentb6571a4f5a666d6a0c1e40d8ce616a6752080420 (diff)
parent91a2510d05a3747ec575d2f5e203a60926ef72cc (diff)
Merge pull request #295696 from FedericoSchonborn/drop-federicoschonborn
maintainers: drop federicoschonborn
Diffstat (limited to 'pkgs/by-name/wa')
-rw-r--r--pkgs/by-name/wa/waycheck/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/wa/waycheck/package.nix b/pkgs/by-name/wa/waycheck/package.nix
index cb78db2d6e38c..1c4077c9ecb6e 100644
--- a/pkgs/by-name/wa/waycheck/package.nix
+++ b/pkgs/by-name/wa/waycheck/package.nix
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
     description = "Simple GUI that displays the protocols implemented by a Wayland compositor";
     homepage = "https://gitlab.freedesktop.org/serebit/waycheck";
     license = licenses.asl20;
-    maintainers = with maintainers; [ julienmalka federicoschonborn ];
+    maintainers = with maintainers; [ julienmalka ];
     mainProgram = "waycheck";
     platforms = platforms.linux;
   };