postgresqlPackages.plv8: add marsam as maintainer

This commit is contained in:
Mario Rodas
2019-08-29 03:01:00 -05:00
parent f24c729196
commit 964974bbb7

View File

@@ -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;
};