Merge pull request #229869 from qowoz/nginx-zstd
nginxModules.zstd: add missing meta
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user