guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: bidiv: Add release-monitoring-url.


From: guix-commits
Subject: branch master updated: gnu: bidiv: Add release-monitoring-url.
Date: Mon, 18 Jul 2022 08:02:39 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8f0d45ccac gnu: bidiv: Add release-monitoring-url.
8f0d45ccac is described below

commit 8f0d45ccac3f6cee69eba8de5e4ae5e5555f1a3d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 18 14:59:40 2022 +0300

    gnu: bidiv: Add release-monitoring-url.
    
    * gnu/packages/fribidi.scm (bidiv)[properties]: New field.
---
 gnu/packages/fribidi.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/fribidi.scm b/gnu/packages/fribidi.scm
index 1a371f2111..d3a6169b0b 100644
--- a/gnu/packages/fribidi.scm
+++ b/gnu/packages/fribidi.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 Marek Benc <merkur32@gmail.com>
-;;; Copyright © 2016, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2019, 2020, 2022 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -97,4 +97,6 @@ or right-to-left ordering as necessary.")
 to visual-Hebrew output.  This is useful for reading Hebrew mail messages,
 viewing Hebrew texts, etc.  It was written for Hebrew but Arabic (or other BiDi
 languages) should work equally well.")
+    (properties
+     '((release-monitoring-url . 
"https://deb.debian.org/debian/pool/main/b/bidiv";)))
     (license gpl2+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]