From 213d719c2d55edaff7daf67cb0689971ba5e7b60 Mon Sep 17 00:00:00 2001 From: xrelkd <46590321+xrelkd@users.noreply.github.com> Date: Wed, 30 Aug 2023 10:44:56 +0800 Subject: [PATCH] joshuto: add xrelkd to maintainers --- 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 e85631d1965e..886e67f25175 100644 --- a/pkgs/applications/file-managers/joshuto/default.nix +++ b/pkgs/applications/file-managers/joshuto/default.nix @@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/kamiyaa/joshuto"; changelog = "https://github.com/kamiyaa/joshuto/releases/tag/${src.rev}"; license = licenses.lgpl3Only; - maintainers = with maintainers; [ figsoda totoroot ]; + maintainers = with maintainers; [ figsoda totoroot xrelkd ]; }; }