jenkins: update meta.homepage

Update the Jenkins homepage URL from a redirect to the target location.
This commit is contained in:
Alexander Brandes 2023-08-18 13:59:32 +02:00 committed by Bjørn Forsman
parent 7b5e3d064c
commit c93147ce79

View File

@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "An extendable open source continuous integration server";
homepage = "https://jenkins-ci.org";
homepage = "https://jenkins.io/";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.mit;
maintainers = with maintainers; [ coconnor earldouglas nequissimus ajs124 ];