Use project.web_url instead deprecated repository.homepage in PushoverService
This commit is contained in:
parent
b123171d3d
commit
1de9513790
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class PushoverService < Service
|
|||
priority: priority,
|
||||
title: "#{project.name_with_namespace}",
|
||||
message: message,
|
||||
url: data[:repository][:homepage],
|
||||
url: data[:project][:web_url],
|
||||
url_title: "See project #{project.name_with_namespace}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue