about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-10-26 19:50:46 -0400
committerGitHub <noreply@github.com>2021-10-26 19:50:46 -0400
commitd561156d719ff0e28084af815ef63e55cc627613 (patch)
treee13400ed9c08c1b49544a2c691ab55c34ab8b838 /pkgs/applications/window-managers
parent0c475957edde0464c16cdd2b6fb7a19402f098e5 (diff)
eww: add legendofmiracles as a maintainer
Co-authored-by: legendofmiracles <30902201+legendofmiracles@users.noreply.github.com>
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/eww/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/eww/default.nix b/pkgs/applications/window-managers/eww/default.nix
index c96ddcbaf21e5..08160690dcbcb 100644
--- a/pkgs/applications/window-managers/eww/default.nix
+++ b/pkgs/applications/window-managers/eww/default.nix
@@ -38,6 +38,6 @@ rustPlatform.buildRustPackage rec {
     description = "ElKowars wacky widgets";
     homepage = "https://github.com/elkowar/eww";
     license = licenses.mit;
-    maintainers = with maintainers; [ figsoda ];
+    maintainers = with maintainers; [ figsoda legendofmiracles ];
   };
 }