about summary refs log tree commit diff
path: root/pkgs/applications/networking/termius
AgeCommit message (Collapse)AuthorFilesLines
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-27Merge pull request #100532 from piegamesde/fix-desktopitemsSandro1-0/+1
treewide: Fix broken desktop files and mark packages as broken
2020-11-21termius: 6.4.1 -> 7.1.0Thomas Marchand1-5/+4
2020-11-17maintainers: rename filalex77 -> Br1ght0neOleksii Filonenko1-1/+1
2020-10-15treewide: Fix broken desktop files and mark packages as brokenpiegames1-0/+1
This fixes all packages that are failed `nixpkgs-review` in #91790. Packages that were broken prior to that PR were marked as broken. Packages that failed because of #75729 were fixed.
2020-08-31termius: 6.1.1 -> 6.4.1R. RyanTM1-2/+2
2020-08-13termius: use lib.getLib udev instead of udev.libFlorian Klink1-1/+2
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-07-07termius: 5.10.1 -> 6.1.1R. RyanTM1-2/+2
2020-05-01termius: 5.6.2 -> 5.10.1Oleksii Filonenko1-2/+2
2020-03-27termius: init at 5.6.2Oleksii Filonenko1-0/+68
Co-authored-by: misuzu <bakalolka@gmail.com> Co-authored-by: Thomas Marhchand <thomas.marchand@tuta.io>