diff options
| author | IndeedNotJames <git@indeednotjames.com> | 2023-02-09 03:31:08 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-02-09 04:07:14 +0000 |
| commit | ea1d971a92add4dc9bcf1e2523bdcb6dbcd2b110 (patch) | |
| tree | d9ed3bcaeb3814570e9cdfef8012bfd08ea2fb6b | |
| parent | Merge pull request #215410 from NixOS/backport-215350-to-release-22.11 (diff) | |
| download | nixpkgs-ea1d971a92add4dc9bcf1e2523bdcb6dbcd2b110.tar.gz | |
caddy: add indeednotjames as maintainer
(cherry picked from commit ff7add2d60ac720d43ce9d7bb1a4a76aafb9d2ac)
| -rw-r--r-- | pkgs/servers/caddy/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/caddy/default.nix b/pkgs/servers/caddy/default.nix index 37d6b7251a32..cfb3600706b7 100644 --- a/pkgs/servers/caddy/default.nix +++ b/pkgs/servers/caddy/default.nix @@ -60,6 +60,6 @@ buildGoModule { homepage = "https://caddyserver.com"; description = "Fast, cross-platform HTTP/2 web server with automatic HTTPS"; license = licenses.asl20; - maintainers = with maintainers; [ Br1ght0ne techknowlogick ]; + maintainers = with maintainers; [ Br1ght0ne indeednotjames techknowlogick ]; }; } |
