nginxModules.zstd: add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel 2023-05-29 20:41:08 +02:00
parent 0000007dcc
commit 819289b1e5
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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 {