postgresql_jdbc: add meta.{changelog,sourceProvenance}

This commit is contained in:
Anthony Roussel
2023-10-26 16:43:14 +02:00
parent 77ed358e3d
commit adc48878f0
@@ -19,8 +19,10 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://jdbc.postgresql.org/";
changelog = "https://github.com/pgjdbc/pgjdbc/releases/tag/REL${version}";
description = "JDBC driver for PostgreSQL allowing Java programs to connect to a PostgreSQL database";
license = licenses.bsd2;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = platforms.unix;
};
}