about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFilippo Berto <berto.f@protonmail.com>2022-10-03 09:55:30 +0200
committerPeter Hoeg <peter@hoeg.com>2022-10-12 10:35:42 +0800
commitec70a388c55fb6e2378dff96d9a72839b77d3cc7 (patch)
tree5a94928175e3edd3ca37c4d36e1bedbc2013c119 /pkgs
parentbd668b5c7c4eb138108074df7312c2316e3e8b2d (diff)
onedrive: 2.4.20 -> 2.4.21
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/sync/onedrive/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/sync/onedrive/default.nix b/pkgs/applications/networking/sync/onedrive/default.nix
index 9fa34e785b068..0945de2011b0c 100644
--- a/pkgs/applications/networking/sync/onedrive/default.nix
+++ b/pkgs/applications/networking/sync/onedrive/default.nix
@@ -43,13 +43,14 @@ stdenv.mkDerivation rec {
   postInstall = ''
     installShellCompletion --bash --name ${pname}  contrib/completions/complete.bash
     installShellCompletion --zsh  --name _${pname} contrib/completions/complete.zsh
+    installShellCompletion --fish --name ${pname}  contrib/completions/complete.fish
   '';
 
   meta = with lib; {
     description = "A complete tool to interact with OneDrive on Linux";
     homepage = "https://github.com/abraunegg/onedrive";
     license = licenses.gpl3Only;
-    maintainers = with maintainers; [ srgom peterhoeg ];
+    maintainers = with maintainers; [ srgom peterhoeg bertof ];
     platforms = platforms.linux;
   };
 }