summary refs log tree commit diff
path: root/pkgs/servers/tegola
Commit message (Collapse)AuthorAge
* tegola: 0.12.1 -> 0.13.0R. RyanTM2021-03-24
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* tegola: exclude `example` packageMario Rodas2020-09-27
|
* tegola: 0.12.0 -> 0.12.1R. RyanTM2020-09-26
|
* tegola: 0.11.2 -> 0.12.0Nikolay Korotkiy2020-08-29
|
* tegola: 0.8.1 -> 0.11.2Nikolay Korotkiy2020-06-06
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Tegola v0.8.1 (#54087)Ariel Núñez2019-01-21
tegola: init at 0.8.1