summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndeedNotJames <git@indeednotjames.com>2023-02-09 03:31:08 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-02-09 04:07:14 +0000
commitea1d971a92add4dc9bcf1e2523bdcb6dbcd2b110 (patch)
treed9ed3bcaeb3814570e9cdfef8012bfd08ea2fb6b
parentMerge pull request #215410 from NixOS/backport-215350-to-release-22.11 (diff)
downloadnixpkgs-ea1d971a92add4dc9bcf1e2523bdcb6dbcd2b110.tar.gz
caddy: add indeednotjames as maintainer
(cherry picked from commit ff7add2d60ac720d43ce9d7bb1a4a76aafb9d2ac)
-rw-r--r--pkgs/servers/caddy/default.nix2
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 ];
};
}