postgresqlPackages.timescaledb: add kirillrdy to maintainers
This commit is contained in:
@@ -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" ||
|
||||
|
||||
Reference in New Issue
Block a user