guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: libffi: Add 'release-monitoring-url'.


From: guix-commits
Subject: 08/09: gnu: libffi: Add 'release-monitoring-url'.
Date: Mon, 5 Apr 2021 06:03:53 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b6e5eb4d23d80d749462d3affde46f29e83c2a52
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Apr 5 11:34:37 2021 +0200

    gnu: libffi: Add 'release-monitoring-url'.
    
    * gnu/packages/libffi.scm (libffi)[home-page]: Change to sourceware.org.
    [properties]: New field.
---
 gnu/packages/libffi.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm
index 6c434bb..d62a158 100644
--- a/gnu/packages/libffi.scm
+++ b/gnu/packages/libffi.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2020 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2012, 2013, 2014, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2014 Federico Beffa <beffa@fbengineering.ch>
 ;;; Copyright © 2015, 2019 Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
 ;;; Copyright © 2016, 2017, 2020 Efraim Flashner <efraim@flashner.co.il>
@@ -103,7 +103,8 @@ to call code written in another language.  The libffi 
library really only
 provides the lowest, machine dependent layer of a fully featured foreign
 function interface.  A layer must exist above libffi that handles type
 conversions for values passed between the two languages.")
-    (home-page "http://sources.redhat.com/libffi/";)
+    (home-page "http://www.sourceware.org/libffi/";)
+    (properties `((release-monitoring-url . ,home-page)))
 
     ;; See <https://github.com/atgreen/libffi/blob/master/LICENSE>.
     (license expat)))



reply via email to

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