From cdbf0d5d673ed2475f29a440f3079588d3123aa6 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Wed, 10 Aug 2022 15:38:08 +0200 Subject: [PATCH] varnish: add myself as maintainer --- pkgs/servers/varnish/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/varnish/default.nix b/pkgs/servers/varnish/default.nix index ff2381cbb5ca..37705cc689de 100644 --- a/pkgs/servers/varnish/default.nix +++ b/pkgs/servers/varnish/default.nix @@ -42,7 +42,7 @@ let description = "Web application accelerator also known as a caching HTTP reverse proxy"; homepage = "https://www.varnish-cache.org"; license = licenses.bsd2; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ ajs124 ]; platforms = platforms.unix; }; };