diff options
author | Efraim Flashner | 2021-12-21 13:10:59 +0200 |
---|---|---|
committer | Efraim Flashner | 2022-01-09 09:28:30 +0200 |
commit | 723faa98cfac47bf6e37a7cf0e9b8f6d88c30db9 (patch) | |
tree | a91756fb1c51aa938a3801749994d900bd204220 /gn/packages/gitea.scm | |
parent | 6a98b5545c6452cec11185db53eaea6a2097132d (diff) | |
download | guix-bioinformatics-723faa98cfac47bf6e37a7cf0e9b8f6d88c30db9.tar.gz |
gn: check for new releases of gitea
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))) |