summary refs log tree commit diff
path: root/pkgs/applications/graphics/rx
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/rx')
-rw-r--r--pkgs/applications/graphics/rx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/rx/default.nix b/pkgs/applications/graphics/rx/default.nix
index 92dc8291b72..434f3abf419 100644
--- a/pkgs/applications/graphics/rx/default.nix
+++ b/pkgs/applications/graphics/rx/default.nix
@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
     description = "Modern and extensible pixel editor implemented in Rust";
     homepage = "https://cloudhead.io/rx/";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ minijackson ];
+    maintainers = with maintainers; [ minijackson filalex77 ];
     platforms = platforms.all;
   };
 }