summary refs log tree commit diff
path: root/pkgs/applications/file-managers
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-22 11:58:36 -0400
committerfigsoda <figsoda@pm.me>2023-08-22 11:58:36 -0400
commit697252e4d7277306bdadce75e06176f2e156746e (patch)
tree0c08ec80ba9d6b25af5ed1f663814ba7374a79c7 /pkgs/applications/file-managers
parentec58e59400b72cedaa7382ae9bedd1d20ad9b3a8 (diff)
xplr: add figsoda to maintainers
Diffstat (limited to 'pkgs/applications/file-managers')
-rw-r--r--pkgs/applications/file-managers/xplr/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/file-managers/xplr/default.nix b/pkgs/applications/file-managers/xplr/default.nix
index 9db9dc51b6db2..5f058f2baf3ef 100644
--- a/pkgs/applications/file-managers/xplr/default.nix
+++ b/pkgs/applications/file-managers/xplr/default.nix
@@ -26,7 +26,8 @@ rustPlatform.buildRustPackage rec {
   meta = with lib; {
     description = "A hackable, minimal, fast TUI file explorer";
     homepage = "https://xplr.dev";
+    changelog = "https://github.com/sayanarijit/xplr/releases/tag/${src.rev}";
     license = licenses.mit;
-    maintainers = with maintainers; [ sayanarijit suryasr007 thehedgeh0g mimame ];
+    maintainers = with maintainers; [ sayanarijit suryasr007 thehedgeh0g mimame figsoda ];
   };
 }