about summary refs log tree commit diff
path: root/pkgs/applications/misc/sway-launcher-desktop
diff options
context:
space:
mode:
authorMr Hedgehog <hedgehog@mrhedgehog.xyz>2022-06-07 11:28:49 -0400
committerMr Hedgehog <hedgehog@mrhedgehog.xyz>2022-06-07 11:29:19 -0400
commit3e7621390c2f59a54fef2222f4bfab46cb534936 (patch)
tree5bf39765edfdb29d674d46c81fb2932983a6844e /pkgs/applications/misc/sway-launcher-desktop
parent8042993cafc4d3cf85bb4c95e133560d2203687b (diff)
maintainers: mrhedgehog -> thehedgeh0g
Diffstat (limited to 'pkgs/applications/misc/sway-launcher-desktop')
-rw-r--r--pkgs/applications/misc/sway-launcher-desktop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/sway-launcher-desktop/default.nix b/pkgs/applications/misc/sway-launcher-desktop/default.nix
index 7955e5c8ce1d2..b67122965234a 100644
--- a/pkgs/applications/misc/sway-launcher-desktop/default.nix
+++ b/pkgs/applications/misc/sway-launcher-desktop/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
     changelog = "https://github.com/Biont/sway-launcher-desktop/releases/tag/v${version}";
     license = licenses.gpl3;
     platforms = platforms.linux;
-    maintainers = [ maintainers.mrhedgehog ];
+    maintainers = [ maintainers.thehedgeh0g ];
     mainProgram = "${pname}";
   };
 }