We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0129b83 commit 75ad720Copy full SHA for 75ad720
pkgs/servers/varnish/default.nix
@@ -83,7 +83,7 @@ let
83
description = "Web application accelerator also known as a caching HTTP reverse proxy";
84
homepage = "https://www.varnish-cache.org";
85
license = licenses.bsd2;
86
- maintainers = [ ];
+ maintainers = lib.teams.flyingcircus.members;
87
platforms = platforms.unix;
88
};
89
0 commit comments