From a65d1a3b892b7e80df0f0e3deccc89d9d8a45fc5 Mon Sep 17 00:00:00 2001 From: Matthias Thym Date: Sun, 24 Jul 2022 22:15:21 +0200 Subject: [PATCH] joshuto: add totoroot as maintainer --- pkgs/applications/file-managers/joshuto/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/file-managers/joshuto/default.nix b/pkgs/applications/file-managers/joshuto/default.nix index 024334aca506..ad4baecb7ef4 100644 --- a/pkgs/applications/file-managers/joshuto/default.nix +++ b/pkgs/applications/file-managers/joshuto/default.nix @@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec { description = "Ranger-like terminal file manager written in Rust"; homepage = "https://github.com/kamiyaa/joshuto"; license = licenses.lgpl3Only; - maintainers = with maintainers; [ figsoda ]; + maintainers = with maintainers; [ figsoda totoroot ]; }; }