From 44f0e53157afda60812bdd2f78c968bc55ec8592 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Wed, 28 Jun 2023 04:20:00 +0000 Subject: [PATCH] checkstyle: update meta --- pkgs/development/tools/analysis/checkstyle/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/tools/analysis/checkstyle/default.nix b/pkgs/development/tools/analysis/checkstyle/default.nix index 9a4f6cdbf376..82394980fcf6 100644 --- a/pkgs/development/tools/analysis/checkstyle/default.nix +++ b/pkgs/development/tools/analysis/checkstyle/default.nix @@ -29,7 +29,8 @@ stdenvNoCC.mkDerivation rec { adheres to a coding standard. By default it supports the Sun Code Conventions, but is highly configurable. ''; - homepage = "http://checkstyle.sourceforge.net/"; + homepage = "https://checkstyle.org/"; + changelog = "https://checkstyle.org/releasenotes.html#Release_${version}"; sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.lgpl21; maintainers = with maintainers; [ pSub ];