onedrive: 2.4.20 -> 2.4.21

This commit is contained in:
Filippo Berto 2022-10-03 09:55:30 +02:00 committed by Peter Hoeg
parent bd668b5c7c
commit ec70a388c5

View file

@ -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;
};
}