about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-05-29 20:39:38 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-05-29 20:40:50 +0200
commit0000007dcc81f9872177714c6f4af261a47ac56a (patch)
tree889b45d133b98def51d722c77f01e5cc3c22dd9e /pkgs/servers/http
parent76d668fae7894835dfc2de9b9f658b0b208f9070 (diff)
nginxModules.vts: 0.2.1 -> 0.2.2, add SuperSandro2000 as maintainer
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/nginx/modules.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/http/nginx/modules.nix b/pkgs/servers/http/nginx/modules.nix
index 0861f29965db1..e8dca9f20c7b4 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 ];
     };
   };