about summary refs log tree commit diff
path: root/pkgs/applications/networking/cozy-drive
AgeCommit message (Collapse)AuthorFilesLines
2024-04-24treewide: unbreak appimageTools.wrapType2 buildsPeder Bergebakken Sundt1-4/+2
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided. Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result. This should fix most instances. contex: #271071
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-08-10cozydrive: 3.32.0 -> 3.38.0kashw21-2/+2
2022-03-06cozy-drive: 3.30.1 -> 3.32.0Simarra1-2/+2
https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.31.0 https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.32.0 #162870
2021-10-09cozydrive: fix maintainersNaïm Favier1-1/+1
Having a string instead of a maintainer entry is causing the nixos-search import to [fail](https://github.com/NixOS/nixos-search/runs/3846627702?check_suite_focus=true#step:8:13)
2021-10-05cozy-drive: Add Cozy Drive package. (#138730)Simarra1-0/+35
* pkg(cozy-drive): Add Cozy Drive package. * fix(cozy-drive): Remove unwanted file. * fix(cozy-drive): Fix unwanted deletion on clipcat rl * pkg(cozy-drive): Add rl-2111 section ran with script * cozy-drive: init - release-note Delete useless release note entry. Co-authored-by: Sandro <sandro.jaeckel@gmail.com> * cozy-drive: init fix syntax Fix syntax on with meta lib Co-authored-by: Sandro <sandro.jaeckel@gmail.com> * maintainers: add Simarra * cozy-drive: init. Fix maintenair name * cozy-drive: init. remove unwanted rl section * cozy-drive: init. set 3.30.0 version * cozy-drive: v3.30.0>v3.30.1 Co-authored-by: Sandro <sandro.jaeckel@gmail.com>