aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorEfraim Flashner2021-12-21 13:10:59 +0200
committerEfraim Flashner2022-01-09 09:28:30 +0200
commit723faa98cfac47bf6e37a7cf0e9b8f6d88c30db9 (patch)
treea91756fb1c51aa938a3801749994d900bd204220 /gn
parent6a98b5545c6452cec11185db53eaea6a2097132d (diff)
downloadguix-bioinformatics-723faa98cfac47bf6e37a7cf0e9b8f6d88c30db9.tar.gz
gn: check for new releases of gitea
Diffstat (limited to 'gn')
-rw-r--r--gn/packages/gitea.scm2
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)))