summary refs log tree commit diff
path: root/pkgs/applications/editors/ox/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/ox/default.nix')
-rw-r--r--pkgs/applications/editors/ox/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/ox/default.nix b/pkgs/applications/editors/ox/default.nix
index 88229126400..2e67e83e972 100644
--- a/pkgs/applications/editors/ox/default.nix
+++ b/pkgs/applications/editors/ox/default.nix
@@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/curlpipe/ox";
     changelog = "https://github.com/curlpipe/ox/releases/tag/${version}";
     license = licenses.gpl2Only;
-    maintainers = with maintainers; [ fortuneteller2k ];
+    maintainers = with maintainers; [ moni ];
   };
 }