summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 00:58:42 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:52:13 +0200
commitbe1aefac05ef7d0bda4d69374edf4822ffa78d99 (patch)
tree088f04243e3eba04190d467108c7c5aaaa87b08b /pkgs/applications/misc
parentff2925fe6be230f18c0a7176579797ad0ea4f838 (diff)
downloadnixpkgs-be1aefac05ef7d0bda4d69374edf4822ffa78d99.tar
nixpkgs-be1aefac05ef7d0bda4d69374edf4822ffa78d99.tar.gz
nixpkgs-be1aefac05ef7d0bda4d69374edf4822ffa78d99.tar.bz2
nixpkgs-be1aefac05ef7d0bda4d69374edf4822ffa78d99.tar.lz
nixpkgs-be1aefac05ef7d0bda4d69374edf4822ffa78d99.tar.xz
nixpkgs-be1aefac05ef7d0bda4d69374edf4822ffa78d99.tar.zst
nixpkgs-be1aefac05ef7d0bda4d69374edf4822ffa78d99.zip
maintainers: remove elyhaka
github account deleted
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/wofi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/wofi/default.nix b/pkgs/applications/misc/wofi/default.nix
index d8af28093b9..25cbac7d229 100644
--- a/pkgs/applications/misc/wofi/default.nix
+++ b/pkgs/applications/misc/wofi/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     description = "A launcher/menu program for wlroots based wayland compositors such as sway";
     homepage = "https://hg.sr.ht/~scoopta/wofi";
     license = licenses.gpl3Only;
-    maintainers = with maintainers; [ elyhaka ];
+    maintainers = with maintainers; [ ];
     platforms = with platforms; linux;
   };
 }