From fdca475be464db049d98c68186846c13b73e0d1e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Oct 2018 10:45:59 +0100 Subject: [PATCH] Use canonical link to project page for homepage in Homebrew formula Closes gh-14851 --- spring-boot-cli/src/main/homebrew/springboot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-cli/src/main/homebrew/springboot.rb b/spring-boot-cli/src/main/homebrew/springboot.rb index 0e6bf53910..4c9d0e7590 100644 --- a/spring-boot-cli/src/main/homebrew/springboot.rb +++ b/spring-boot-cli/src/main/homebrew/springboot.rb @@ -1,7 +1,7 @@ require 'formula' class Springboot < Formula - homepage 'http://projects.spring.io/spring-boot/' + homepage 'https://spring.io/projects/spring-boot' url 'https://repo.spring.io/${repo}/org/springframework/boot/spring-boot-cli/${project.version}/spring-boot-cli-${project.version}-bin.tar.gz' version '${project.version}' sha256 '${checksum}'