summary refs log tree commit diff
path: root/pkgs/servers/sql/postgresql/ext
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-08-02 00:49:52 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-08-02 00:49:52 -0500
commit8ebe63c2460056a95ecf902a5b3ff98b4f8c431a (patch)
treebcf257929f718a32f61c2e05ed8e45aac7992dcf /pkgs/servers/sql/postgresql/ext
parentb5f09b347db63009d8b5ceeb85fb3b8f9a3d4e0e (diff)
downloadnixpkgs-8ebe63c2460056a95ecf902a5b3ff98b4f8c431a.tar
nixpkgs-8ebe63c2460056a95ecf902a5b3ff98b4f8c431a.tar.gz
nixpkgs-8ebe63c2460056a95ecf902a5b3ff98b4f8c431a.tar.bz2
nixpkgs-8ebe63c2460056a95ecf902a5b3ff98b4f8c431a.tar.lz
nixpkgs-8ebe63c2460056a95ecf902a5b3ff98b4f8c431a.tar.xz
nixpkgs-8ebe63c2460056a95ecf902a5b3ff98b4f8c431a.tar.zst
nixpkgs-8ebe63c2460056a95ecf902a5b3ff98b4f8c431a.zip
postgresqlPackages.timescaledb: add marsam as maintainer
Diffstat (limited to 'pkgs/servers/sql/postgresql/ext')
-rw-r--r--pkgs/servers/sql/postgresql/ext/timescaledb.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/sql/postgresql/ext/timescaledb.nix b/pkgs/servers/sql/postgresql/ext/timescaledb.nix
index 6997b5b834a..77da47b00e0 100644
--- a/pkgs/servers/sql/postgresql/ext/timescaledb.nix
+++ b/pkgs/servers/sql/postgresql/ext/timescaledb.nix
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Scales PostgreSQL for time-series data via automatic partitioning across time and space";
     homepage    = https://www.timescale.com/;
-    maintainers = with maintainers; [ volth ];
+    maintainers = with maintainers; [ volth marsam ];
     platforms   = postgresql.meta.platforms;
     license     = licenses.asl20;
   };