onedrive: 2.4.20 -> 2.4.21
This commit is contained in:
parent
bd668b5c7c
commit
ec70a388c5
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user