Commit c93147ce authored by Alexander Brandes's avatar Alexander Brandes Committed by Bjørn Forsman
Browse files

jenkins: update meta.homepage

Update the Jenkins homepage URL from a redirect to the target location.
parent 7b5e3d06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];