Use project.web_url instead deprecated repository.homepage in PushoverService

This commit is contained in:
Rémy Coutable 2016-02-16 13:03:00 +01:00
parent b123171d3d
commit 1de9513790
1 changed files with 1 additions and 1 deletions

View File

@ -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}"
}