summary refs log tree commit diff
path: root/pkgs/applications/file-managers/joshuto/default.nix
diff options
context:
space:
mode:
authorMatthias Thym <git@thym.at>2022-07-24 22:15:21 +0200
committerMatthias Thym <git@thym.at>2022-07-25 08:42:57 +0200
commita65d1a3b892b7e80df0f0e3deccc89d9d8a45fc5 (patch)
tree8d519450f4e8054a8ad83f3d22085b677ac29e7c /pkgs/applications/file-managers/joshuto/default.nix
parent02f91e2d44e8f93705b948ac02d77108d713ce11 (diff)
downloadnixpkgs-a65d1a3b892b7e80df0f0e3deccc89d9d8a45fc5.tar
nixpkgs-a65d1a3b892b7e80df0f0e3deccc89d9d8a45fc5.tar.gz
nixpkgs-a65d1a3b892b7e80df0f0e3deccc89d9d8a45fc5.tar.bz2
nixpkgs-a65d1a3b892b7e80df0f0e3deccc89d9d8a45fc5.tar.lz
nixpkgs-a65d1a3b892b7e80df0f0e3deccc89d9d8a45fc5.tar.xz
nixpkgs-a65d1a3b892b7e80df0f0e3deccc89d9d8a45fc5.tar.zst
nixpkgs-a65d1a3b892b7e80df0f0e3deccc89d9d8a45fc5.zip
joshuto: add totoroot as maintainer
Diffstat (limited to 'pkgs/applications/file-managers/joshuto/default.nix')
-rw-r--r--pkgs/applications/file-managers/joshuto/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/file-managers/joshuto/default.nix b/pkgs/applications/file-managers/joshuto/default.nix
index 024334aca50..ad4baecb7ef 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 ];
   };
 }