summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-06-01 23:00:07 +0200
committerLudovic Courtès <ludo@gnu.org>2022-06-01 23:28:19 +0200
commit13bc438a20dd8058d0f05648887b52e4788e5d39 (patch)
tree535930b451e908e859670306a74ce24ba01ea1d6
parent35f4d5865f858a0983895354f962db5b01cd4e50 (diff)
downloadguix-patches-13bc438a20dd8058d0f05648887b52e4788e5d39.tar
guix-patches-13bc438a20dd8058d0f05648887b52e4788e5d39.tar.gz
gnu: profanity: Add 'release-monitoring-url' property.
* gnu/packages/messaging.scm (profanity)[properties]: New field.
-rw-r--r--gnu/packages/messaging.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index d795c74c84..d361034721 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2158,6 +2158,7 @@ are both supported).")
(description "Profanity is a console based XMPP client written in C
using ncurses and libmesode, inspired by Irssi.")
(home-page "https://profanity-im.github.io")
+ (properties `((release-monitoring-url . ,home-page)))
(license license:gpl3+)))
(define-public libircclient