about summary refs log tree commit diff
path: root/pkgs/applications/networking/gopher
AgeCommit message (Collapse)AuthorFilesLines
2021-02-05sacc: 1.02 -> 1.0306kellyjac1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-4/+4
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-14sacc: 1.01 → 1.02sternenseemann1-6/+5
2020-08-06sacc: init at 1.01sternenseemann1-0/+32
2020-04-28gopherclient: removeJörg Thalheim1-45/+0
- no updated since 2016 - broken since 2018
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-2/+2
2019-12-07gopher: 3.0.11 -> 3.0.17Jonathan Ringer1-9/+11
2019-08-15treewide: name -> pname (easy cases) (#66585)volth2-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-08-27gopherclient: Mark as brokenadisbladis1-0/+1
Package does not build
2017-09-10gopherclient: init at 2016-10-02Orivej Desh1-0/+44
2016-12-11gopher: init at 3.0.11 (#21080)sternenseemann1-0/+23