summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorElyhaka <57923898+Elyhaka@users.noreply.github.com>2020-03-29 00:17:32 +0100
committerMilan <me@pbb.lc>2020-03-29 00:23:49 +0100
commitc2600f042421cc7ab40305e057d266e0cab23b08 (patch)
treeded4c7899fd0761d5d5068ecd924bde1b3410310 /pkgs/applications
parentdf2984dbf9afab610c65a3ee4c4975d2a536260a (diff)
downloadnixpkgs-c2600f042421cc7ab40305e057d266e0cab23b08.tar
nixpkgs-c2600f042421cc7ab40305e057d266e0cab23b08.tar.gz
nixpkgs-c2600f042421cc7ab40305e057d266e0cab23b08.tar.bz2
nixpkgs-c2600f042421cc7ab40305e057d266e0cab23b08.tar.lz
nixpkgs-c2600f042421cc7ab40305e057d266e0cab23b08.tar.xz
nixpkgs-c2600f042421cc7ab40305e057d266e0cab23b08.tar.zst
nixpkgs-c2600f042421cc7ab40305e057d266e0cab23b08.zip
wofi: changed maintainer after @erictapen request
Diffstat (limited to 'pkgs/applications')
-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 76cd044c629..37b991e6d47 100644
--- a/pkgs/applications/misc/wofi/default.nix
+++ b/pkgs/applications/misc/wofi/default.nix
@@ -27,7 +27,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.gpl3;
-    maintainers = with maintainers; [ erictapen ];
+    maintainers = with maintainers; [ elyhaka ];
     platforms = with platforms; linux;
   };
 }