about summary refs log tree commit diff
path: root/pkgs/tools/networking/autossh
AgeCommit message (Collapse)AuthorFilesLines
2021-02-02autossh: add licenseFabian Affolter1-4/+5
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-04-15treewide: update homepages to https where availableMatthew Bauer1-1/+1
Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
2019-03-16autossh: fix for cross compilationMichael Eden1-5/+10
2019-01-24autossh: 1.4f -> 1.5.gPascal Wittmann1-2/+2
2018-03-24autossh: 1.4e -> 1.4fPascal Wittmann1-2/+2
2015-12-26autossh: build on darwin tooBenjamin Staffin1-1/+1
Tested it out just now - seems like it works fine.
2015-03-09autossh: update from 1.4d to 1.4ePascal Wittmann1-6/+7
2014-10-08autossh: update from 1.4c to 1.4dAristid Breitkreuz1-3/+3
2013-12-12autossh: update from 1.4b to 1.4cNixpkgs Monitor1-3/+3
2012-07-25autossh: Fix indentation and add to the channelEelco Dolstra1-19/+24
2010-05-27added autossh 1.4b.David Guibert1-0/+23
svn path=/nixpkgs/trunk/; revision=22018