diff options
Diffstat (limited to 'gn/packages/gitea.scm')
-rw-r--r-- | gn/packages/gitea.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/gitea.scm b/gn/packages/gitea.scm index 34114b0..20fe550 100644 --- a/gn/packages/gitea.scm +++ b/gn/packages/gitea.scm @@ -71,4 +71,6 @@ ;; TODO: Rewrite description (description "Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab.") + (properties + '((release-monitoring-url . "https://github.com/go-gitea/gitea/releases"))) (license license:expat))) |