about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorlegendofmiracles <legendofmiracles@protonmail.com>2021-12-01 17:19:48 -0600
committerlegendofmiracles <legendofmiracles@protonmail.com>2021-12-01 17:19:48 -0600
commitb9e6351d30996e660dc5deceb5810535b21d0345 (patch)
tree702cadd3fbd13e3e23a7a27edfe5b2321e6ca477 /pkgs/applications/window-managers
parent3b2742e7bb3c262301481345288e35cbf7b4a406 (diff)
maintainers: rename legendofmiracles to lom
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 a987c6c2e0e5d..e593a95a15193 100644
--- a/pkgs/applications/window-managers/eww/default.nix
+++ b/pkgs/applications/window-managers/eww/default.nix
@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
     description = "ElKowars wacky widgets";
     homepage = "https://github.com/elkowar/eww";
     license = licenses.mit;
-    maintainers = with maintainers; [ figsoda legendofmiracles ];
+    maintainers = with maintainers; [ figsoda lom ];
     broken = stdenv.isDarwin;
   };
 }