From d8623a2137b603635f0e76d1971a142de8032806 Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Mon, 30 Dec 2019 17:23:17 +0200 Subject: [PATCH] rx: add filalex77 to maintainers --- pkgs/applications/graphics/rx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/rx/default.nix b/pkgs/applications/graphics/rx/default.nix index 92dc8291b72e..434f3abf4190 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; }; }