about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-08-29 03:01:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-08-29 03:01:00 -0500
commit964974bbb7ec6b153afff0ec46f78984b4af0e96 (patch)
tree122e4eadcf044d09fd15553e62b6f82f9857f5ee /pkgs
parentf24c729196a36aa16d87d14e6203c57abe946252 (diff)
downloadnixlib-964974bbb7ec6b153afff0ec46f78984b4af0e96.tar
nixlib-964974bbb7ec6b153afff0ec46f78984b4af0e96.tar.gz
nixlib-964974bbb7ec6b153afff0ec46f78984b4af0e96.tar.bz2
nixlib-964974bbb7ec6b153afff0ec46f78984b4af0e96.tar.lz
nixlib-964974bbb7ec6b153afff0ec46f78984b4af0e96.tar.xz
nixlib-964974bbb7ec6b153afff0ec46f78984b4af0e96.tar.zst
nixlib-964974bbb7ec6b153afff0ec46f78984b4af0e96.zip
postgresqlPackages.plv8: add marsam as maintainer
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/sql/postgresql/ext/plv8.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/sql/postgresql/ext/plv8.nix b/pkgs/servers/sql/postgresql/ext/plv8.nix
index 9f88f9de0456..75a2853e2c04 100644
--- a/pkgs/servers/sql/postgresql/ext/plv8.nix
+++ b/pkgs/servers/sql/postgresql/ext/plv8.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "V8 Engine Javascript Procedural Language add-on for PostgreSQL";
     homepage = "https://plv8.github.io/";
-    maintainers = with maintainers; [ volth ];
+    maintainers = with maintainers; [ volth marsam ];
     platforms = [ "x86_64-linux" ];
     license = licenses.postgresql;
   };