about summary refs log tree commit diff
path: root/pkgs/applications/networking/tmpmail/default.nix
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/networking/tmpmail/default.nix
parent3b2742e7bb3c262301481345288e35cbf7b4a406 (diff)
maintainers: rename legendofmiracles to lom
Diffstat (limited to 'pkgs/applications/networking/tmpmail/default.nix')
-rw-r--r--pkgs/applications/networking/tmpmail/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/tmpmail/default.nix b/pkgs/applications/networking/tmpmail/default.nix
index 70e144cb05caa..4deada8d7b3bc 100644
--- a/pkgs/applications/networking/tmpmail/default.nix
+++ b/pkgs/applications/networking/tmpmail/default.nix
@@ -28,6 +28,6 @@ stdenvNoCC.mkDerivation rec {
     homepage = "https://github.com/sdushantha/tmpmail";
     description = "A temporary email right from your terminal written in POSIX sh ";
     license = licenses.mit;
-    maintainers = [ maintainers.legendofmiracles ];
+    maintainers = [ maintainers.lom ];
   };
 }