about summary refs log tree commit diff
path: root/pkgs/applications/editors/ox
diff options
context:
space:
mode:
authorfortuneteller2k <lythe1107@gmail.com>2023-11-17 18:03:27 +0800
committerfortuneteller2k <lythe1107@gmail.com>2023-11-17 18:03:27 +0800
commitd3c568b7bcb676ea84e6494c9e3740a997141c1e (patch)
tree3237acb3a1ed0ddb1b6e89e30f901b1df70acf30 /pkgs/applications/editors/ox
parentf0e5556c62a9b2bfd506e174c0f664b2afb6918e (diff)
maintainers: fortuneteller2k -> moni
Diffstat (limited to 'pkgs/applications/editors/ox')
-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 8822912640079..2e67e83e972b3 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 ];
   };
 }