From 79906c49080302272f713db2d1ff58299f5c3195 Mon Sep 17 00:00:00 2001 From: Izorkin Date: Wed, 9 Sep 2020 11:39:37 +0300 Subject: [PATCH] nginxModules.aws-auth: fix warning message --- 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 5d34bf80c64..ae658a7fdd4 100644 --- a/pkgs/servers/http/nginx/modules.nix +++ b/pkgs/servers/http/nginx/modules.nix @@ -20,7 +20,7 @@ in { fastcgi-cache-purge = throw "fastcgi-cache-purge was renamed to cache-purge"; - ngx_aws_auth = throw "fastcgi-cache-purge was renamed to aws-auth"; + ngx_aws_auth = throw "ngx_aws_auth was renamed to aws-auth"; aws-auth = { src = fetchFromGitHub {