postgresqlPackages.repmgr: add platforms
This commit is contained in:
parent
f0c6cd779a
commit
11ba54d66d
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://repmgr.org/";
|
homepage = "https://repmgr.org/";
|
||||||
description = "Replication manager for PostgreSQL cluster";
|
description = "Replication manager for PostgreSQL cluster";
|
||||||
license = licenses.postgresql;
|
license = licenses.postgresql;
|
||||||
|
platforms = postgresql.meta.platforms;
|
||||||
maintainers = with maintainers; [ zimbatm ];
|
maintainers = with maintainers; [ zimbatm ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user