postgresqlPackages.timescaledb: add kirillrdy to maintainers

This commit is contained in:
Kirill Radzikhovskyy
2024-11-20 06:42:53 +11:00
parent a113a85dfa
commit 4099ca5139
@@ -38,7 +38,7 @@ buildPostgresqlExtension rec {
description = "Scales PostgreSQL for time-series data via automatic partitioning across time and space";
homepage = "https://www.timescale.com/";
changelog = "https://github.com/timescale/timescaledb/blob/${version}/CHANGELOG.md";
maintainers = [ ];
maintainers = [ maintainers.kirillrdy ];
platforms = postgresql.meta.platforms;
license = with licenses; if enableUnfree then tsl else asl20;
broken = versionOlder postgresql.version "13" ||