Pol Dellaiera
|
ced9bf9f7c
|
caddy: add meta.mainProgram attribute
|
2023-10-14 12:36:29 +02:00 |
|
emilylange
|
11c04faa83
|
caddy: fix caddyserver/dist hash after upstream updated the tag
This was a due to a miscommunication in the caddy team.
|
2023-10-12 22:20:36 +02:00 |
|
emilylange
|
b17560a4c1
|
caddy: 2.7.4 -> 2.7.5
https://github.com/caddyserver/caddy/releases/tag/v2.7.5
diff: https://github.com/caddyserver/caddy/compare/v2.7.4...v2.7.5
|
2023-10-12 00:48:06 +02:00 |
|
emilylange
|
bccff6f3ef
|
caddy: 2.7.3 -> 2.7.4
https://github.com/caddyserver/caddy/releases/tag/v2.7.4
diff: https://github.com/caddyserver/caddy/compare/v2.7.3...v2.7.4
|
2023-08-18 18:29:34 +02:00 |
|
emilylange
|
014c015367
|
caddy: 2.6.4 -> 2.7.3
2.7.0-2.7.2 have been skipped due to bugs in the release.
https://github.com/caddyserver/caddy/releases/tag/v2.7.3
https://github.com/caddyserver/caddy/releases/tag/v2.7.2
https://github.com/caddyserver/caddy/releases/tag/v2.7.1
https://github.com/caddyserver/caddy/releases/tag/v2.7.0
diff: https://github.com/caddyserver/caddy/compare/v2.6.4...v2.7.3
|
2023-08-07 23:35:59 +02:00 |
|
Andreas Bielawski
|
f30c131a9e
|
caddy: Fix shell-completions
|
2023-06-16 17:15:24 +02:00 |
|
emilylange
|
b0e7f7f5db
|
maintainers: rename indeednotjames to emilylange
|
2023-05-21 16:01:35 +02:00 |
|
IndeedNotJames
|
3a574538ee
|
caddy: add shell completions for fish
|
2023-02-19 17:44:35 +01:00 |
|
IndeedNotJames
|
0f70185135
|
caddy: install man pages
|
2023-02-19 17:44:35 +01:00 |
|
IndeedNotJames
|
747decaf2e
|
caddy: 2.6.3 -> 2.6.4
https://github.com/caddyserver/caddy/releases/tag/v2.6.4
|
2023-02-14 23:34:27 +01:00 |
|
IndeedNotJames
|
f446d27253
|
caddy: 2.6.2 -> 2.6.3
https://github.com/caddyserver/caddy/releases/tag/v2.6.3
|
2023-02-09 03:31:08 +01:00 |
|
IndeedNotJames
|
ff7add2d60
|
caddy: add indeednotjames as maintainer
|
2023-02-09 03:31:08 +01:00 |
|
techknowlogick
|
e48e332c3a
|
caddy: 2.6.1 -> 2.6.2
|
2022-10-13 17:47:42 -04:00 |
|
techknowlogick
|
87810a6c2f
|
caddy: 2.6.0 -> 2.6.1
|
2022-09-22 15:38:41 -04:00 |
|
techknowlogick
|
052d88386c
|
caddy: 2.5.2 -> 2.6.0
|
2022-09-20 15:02:39 -04:00 |
|
techknowlogick
|
10646f5e07
|
caddy: 2.5.1 -> 2.5.2
|
2022-07-12 22:31:03 -04:00 |
|
techknowlogick
|
8679c785ac
|
caddy: 2.5.0 -> 2.5.1
|
2022-05-06 20:04:57 -04:00 |
|
techknowlogick
|
eb1bc95c2d
|
caddy: 2.4.6 -> 2.5.0
|
2022-04-26 07:47:42 -04:00 |
|
Aaron Andersen
|
a4977db2e8
|
caddy: include and utilize systemd service from upstream (#147305)
|
2021-11-29 23:16:25 +09:00 |
|
happysalada
|
bd25ccf3aa
|
caddy: 2.4.5 -> 2.4.6
|
2021-11-08 16:56:39 -05:00 |
|
happysalada
|
85763b63cc
|
caddy: 2.4.4 -> 2.4.5
|
2021-09-06 08:56:12 +09:00 |
|
Raphael Megzari
|
9de959a06f
|
caddy: 2.4.3 -> 2.4.4 (#136252)
|
2021-08-31 11:56:51 +02:00 |
|
happysalada
|
26e1c41f93
|
caddy: 2.4.1 -> 2.4.3
|
2021-08-17 22:44:50 +09:00 |
|
R. RyanTM
|
3bf7a41ddc
|
caddy: 2.4.0 -> 2.4.1
|
2021-05-20 14:40:30 -07:00 |
|
R. RyanTM
|
c35d77d13a
|
caddy: 2.3.0 -> 2.4.0
|
2021-05-11 01:31:41 +00:00 |
|
Pavol Rusnak
|
a6ce00c50c
|
treewide: remove stdenv where not needed
|
2021-01-25 18:31:47 +01:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
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
|
2021-01-11 10:38:22 +01:00 |
|
Mario Rodas
|
3a1e7d7129
|
caddy: 2.2.1 -> 2.3.0
https://github.com/caddyserver/caddy/releases/tag/v2.3.0
|
2021-01-05 22:51:01 -05:00 |
|
Oleksii Filonenko
|
512c3c0a05
|
maintainers: rename filalex77 -> Br1ght0ne
|
2020-11-17 13:09:31 +02:00 |
|
R. RyanTM
|
4b023fb1da
|
caddy: 2.2.0 -> 2.2.1
|
2020-10-25 09:49:15 +01:00 |
|
zowoq
|
60fcc12970
|
caddy: 2.1.1 -> 2.2.0
https://github.com/caddyserver/caddy/releases/tag/v2.2.0
|
2020-09-25 09:17:28 +10:00 |
|
Sylvain Fankhauser
|
94ed8606c6
|
caddy: 2.0.0 -> 2.1.1
|
2020-09-08 09:29:05 +02:00 |
|
Oleksii Filonenko
|
6322325a53
|
caddy: 1.0.5 -> 2.0.0
Rename legacy v1 to `caddy1`
|
2020-09-07 09:39:16 +02:00 |
|
Timothy Stott
|
ba7c0893d4
|
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092)
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
|
2020-08-11 21:04:55 +00:00 |
|
zowoq
|
cea7cd902e
|
buildGoModule packages: set doCheck = false
|
2020-08-10 16:02:30 +10:00 |
|
zowoq
|
3c5750d1cd
|
buildGoModule packages: editorconfig fixes
|
2020-07-31 13:58:04 +10:00 |
|
Colin L Rice
|
d6162dab50
|
go-modules: Update files to use vendorSha256
|
2020-05-14 07:22:21 +01:00 |
|
Jörg Thalheim
|
066db11215
|
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504 , reversing
changes made to afd997aab6 .
Instead we propagate those frameworks from the compiler again
|
2020-03-27 07:33:21 +00:00 |
|
Mario Rodas
|
e260f4861c
|
caddy: fix build on darwin
|
2020-03-21 04:56:00 -05:00 |
|
R. RyanTM
|
e3e86f1b12
|
caddy: 1.0.4 -> 1.0.5 (#82601)
|
2020-03-14 18:04:13 +00:00 |
|
Oleksii Filonenko
|
2fbfb02032
|
caddy: add filalex77 to maintainers
|
2019-12-02 16:19:43 +02:00 |
|
Oleksii Filonenko
|
1a3b366ad2
|
caddy: 1.0.3 -> 1.0.4
|
2019-12-02 16:19:43 +02:00 |
|
Mario Rodas
|
b53710e19e
|
caddy: disable telemetry
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
|
2019-10-26 15:57:07 +02:00 |
|
Mario Rodas
|
4d178d9fd6
|
caddy: 1.0.0 -> 1.0.3
|
2019-09-22 22:22:22 -05:00 |
|
volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
allowthere
|
066fd6c514
|
caddy: 0.11.4 -> 1.0.0
https://github.com/mholt/caddy/releases/tag/v0.11.5
https://github.com/mholt/caddy/releases/tag/v1.0.0-beta1
https://github.com/mholt/caddy/releases/tag/v1.0.0-beta2
https://github.com/mholt/caddy/releases/tag/v1.0.0
|
2019-06-18 23:36:54 +00:00 |
|
Will Dietz
|
e23580caf8
|
caddy: 0.11.1 -> 0.11.4 (#56214)
https://github.com/mholt/caddy/releases/tag/v0.11.4
https://github.com/mholt/caddy/releases/tag/v0.11.3
https://github.com/mholt/caddy/releases/tag/v0.11.2
|
2019-02-24 01:40:00 +01:00 |
|
Franz Pletz
|
eea3c6bbd5
|
caddy: 0.11.0 -> 0.11.1
|
2018-11-20 13:43:19 +01:00 |
|
volth
|
52f53c69ce
|
pkgs/*: remove unreferenced function arguments
|
2018-07-21 02:48:04 +00:00 |
|
Franz Pletz
|
4fbc423b77
|
caddy: 0.10.12 -> 0.11.0
|
2018-07-16 00:04:43 +02:00 |
|