postgresqlPackages.citus: fix typo: compatibilty to compatibility

This commit is contained in:
Philip Taron 2024-04-02 14:45:11 -07:00
parent eb4b86353d
commit 269a99d6b8
No known key found for this signature in database

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
# "Our soft policy for Postgres version compatibilty is to support Citus' # "Our soft policy for Postgres version compatibility is to support Citus'
# latest release with Postgres' 3 latest releases." # latest release with Postgres' 3 latest releases."
# https://www.citusdata.com/updates/v12-0/#deprecated_features # https://www.citusdata.com/updates/v12-0/#deprecated_features
broken = versionOlder postgresql.version "14"; broken = versionOlder postgresql.version "14";