Skip to content

Commit fdca475

Browse files
committed
Use canonical link to project page for homepage in Homebrew formula
Closes gh-14851
1 parent fc60dcd commit fdca475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-cli/src/main/homebrew/springboot.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'formula'
22

33
class Springboot < Formula
4-
homepage 'http://projects.spring.io/spring-boot/'
4+
homepage 'https://spring.io/projects/spring-boot'
55
url 'https://repo.spring.io/${repo}/org/springframework/boot/spring-boot-cli/${project.version}/spring-boot-cli-${project.version}-bin.tar.gz'
66
version '${project.version}'
77
sha256 '${checksum}'

0 commit comments

Comments
 (0)