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"; description = "Nginx modules for the Zstandard compression";
homepage = "https://github.com/tokers/zstd-nginx-module"; homepage = "https://github.com/tokers/zstd-nginx-module";
license = with licenses; [ bsd2 ]; license = with licenses; [ bsd2 ];
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ SuperSandro2000 ];
}; };
}; };
}; in self // lib.optionalAttrs config.allowAliases { }; in self // lib.optionalAttrs config.allowAliases {