From 0000007dcc81f9872177714c6f4af261a47ac56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 29 May 2023 20:39:38 +0200 Subject: [PATCH 1/2] nginxModules.vts: 0.2.1 -> 0.2.2, add SuperSandro2000 as maintainer --- pkgs/servers/http/nginx/modules.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/http/nginx/modules.nix b/pkgs/servers/http/nginx/modules.nix index 0861f29965db..e8dca9f20c7b 100644 --- a/pkgs/servers/http/nginx/modules.nix +++ b/pkgs/servers/http/nginx/modules.nix @@ -1004,15 +1004,15 @@ let self = { name = "vts"; owner = "vozlt"; repo = "nginx-module-vts"; - rev = "v0.2.1"; - sha256 = "sha256-x4ry5ljPeJQY+7Mp04/xYIGf22d6Nee7CSqHezdK4gQ="; + rev = "v0.2.2"; + sha256 = "sha256-ReTmYGVSOwtnYDMkQDMWwxw09vT4iHYfYZvgd8iBotk="; }; meta = with lib; { description = "Virtual host traffic status module"; homepage = "https://github.com/vozlt/nginx-module-vts"; license = with licenses; [ bsd2 ]; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ SuperSandro2000 ]; }; }; From 819289b1e59047de108479cc0986467bb7bc7a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 29 May 2023 20:41:08 +0200 Subject: [PATCH 2/2] nginxModules.zstd: add SuperSandro2000 as maintainer --- pkgs/servers/http/nginx/modules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/http/nginx/modules.nix b/pkgs/servers/http/nginx/modules.nix index e8dca9f20c7b..30d9ae748f1c 100644 --- a/pkgs/servers/http/nginx/modules.nix +++ b/pkgs/servers/http/nginx/modules.nix @@ -1032,7 +1032,7 @@ let self = { description = "Nginx modules for the Zstandard compression"; homepage = "https://github.com/tokers/zstd-nginx-module"; license = with licenses; [ bsd2 ]; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ SuperSandro2000 ]; }; }; }; in self // lib.optionalAttrs config.allowAliases {