Merge pull request #229869 from qowoz/nginx-zstd

nginxModules.zstd: add missing meta
This commit is contained in:
Weijia Wang
2023-05-04 14:08:50 +03:00
committed by GitHub
+7
View File
@@ -1023,6 +1023,13 @@ let self = {
};
inputs = [ zstd ];
meta = with lib; {
description = "Nginx modules for the Zstandard compression";
homepage = "https://github.com/tokers/zstd-nginx-module";
license = with licenses; [ bsd2 ];
maintainers = with maintainers; [ ];
};
};
}; in self // lib.optionalAttrs config.allowAliases {
# deprecated or renamed packages