mysql_jdbc: update homepage

This commit is contained in:
Weijia Wang 2023-10-01 00:29:43 +02:00
parent c30f7457af
commit a47bd714b2

View File

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