mysql_jdbc: fix meta.homepage, add meta.{changelog,sourceProvenance}

This commit is contained in:
Anthony Roussel 2023-10-26 15:14:19 +02:00
parent 42a2fc9129
commit 1a7b36dd1b
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

View file

@ -20,9 +20,11 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "MySQL Connector/J";
homepage = "https://dev.mysql.com/doc/connector-j/8.1/en/";
homepage = "https://dev.mysql.com/doc/connector-j/en/";
changelog = "https://dev.mysql.com/doc/relnotes/connector-j/en/";
maintainers = with maintainers; [ ];
platforms = platforms.unix;
license = licenses.gpl2;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
}