postgresql_jdbc: add meta.{changelog,sourceProvenance}

This commit is contained in:
Anthony Roussel 2023-10-26 16:33:58 +02:00
parent 77ed358e3d
commit adc48878f0
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

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