about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2024-06-15 12:37:52 +0100
committerEmily <vcs@emily.moe>2024-06-15 16:53:23 +0100
commit4b1d39d9359bb49f0d9abd72db2ae1f265e77aa4 (patch)
tree2e565fd5f5712a58e9f29ffd74fec16bc450e606 /pkgs/servers/http
parent85d871cf14d161094a2ccd4ad9a84747f8a29222 (diff)
treewide: remove myself from packages I don’t use
I’ve had an extended absence from Nix work and no longer actively
use a bunch of packages I used to maintain, so remove myself as a
maintainer from things I can’t usefully review/test changes for
as I ease back into things. This does unfortunately leave a few
packages orphaned (`stm32loader`, `tinyprog`, `python3Packages.fx2`,
and `python3Packages.jsonmerge`).
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/openresty/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/openresty/default.nix b/pkgs/servers/http/openresty/default.nix
index a33bdbcebc92b..48d43dfe647fa 100644
--- a/pkgs/servers/http/openresty/default.nix
+++ b/pkgs/servers/http/openresty/default.nix
@@ -55,6 +55,6 @@ callPackage ../nginx/generic.nix args rec {
     homepage = "https://openresty.org";
     license = lib.licenses.bsd2;
     platforms = lib.platforms.all;
-    maintainers = with lib.maintainers; [ thoughtpolice lblasc emily ];
+    maintainers = with lib.maintainers; [ thoughtpolice lblasc ];
   };
 }