[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/18: gnu: profanity: Add 'release-monitoring-url' property.
From: |
guix-commits |
Subject: |
12/18: gnu: profanity: Add 'release-monitoring-url' property. |
Date: |
Wed, 1 Jun 2022 17:29:19 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 13bc438a20dd8058d0f05648887b52e4788e5d39
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jun 1 23:00:07 2022 +0200
gnu: profanity: Add 'release-monitoring-url' property.
* gnu/packages/messaging.scm (profanity)[properties]: New field.
---
gnu/packages/messaging.scm | 1 +
1 file changed, 1 insertion(+)
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
- 05/18: gnu: public-inbox: Update to 1.8.0., (continued)
- 05/18: gnu: public-inbox: Update to 1.8.0., guix-commits, 2022/06/01
- 06/18: gnu: emacs-doom-themes: Include extension files., guix-commits, 2022/06/01
- 14/18: gnu: Add python-osmnx, guix-commits, 2022/06/01
- 15/18: gnu: Add freerct., guix-commits, 2022/06/01
- 07/18: gnu: libstrophe: Update to 0.12.0., guix-commits, 2022/06/01
- 13/18: gnu: python-rtree: Update to 1.0.0., guix-commits, 2022/06/01
- 17/18: gnu: smlnj: Use HTTPS home page., guix-commits, 2022/06/01
- 16/18: gnu: Add cdecl., guix-commits, 2022/06/01
- 18/18: doc: cookbook: Refer to the "Writing Manifests" manual node., guix-commits, 2022/06/01
- 11/18: gnu: profanity: Remove input labels., guix-commits, 2022/06/01
- 12/18: gnu: profanity: Add 'release-monitoring-url' property.,
guix-commits <=