summary refs log tree commit diff
path: root/pkgs/shells/rssh
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* rssh: mark as insecureAndreas Rammhold2019-03-20
| | | | | | | | | | There seems to be a consensus among many packagers that RSSH is probably no longer a good idea. There are a few fixes for some of the issues but people should move on and use other software these days. Removing it from further (stable) releases is probably a good idea. If someone really needs it we still have it in the tree and they can whitelist it again.
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* rssh: don't set special bitsWill Dietz2017-06-16
|
* rssh: make linux-onlyMatthew Bauer2017-04-08
|
* rssh: Make rssh a valid shellMarius Bergmann2016-12-01
| | | | | | The rssh package did not have the 'shellPath' attribute, so it could not be used as the default shell for a nixos user. I fixed this by adding the attribute.
* rssh: init at 2.3.4Alexei Robyn2016-05-16