diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2021-04-05 11:34:37 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2021-04-05 12:03:09 +0200 |
| commit | b6e5eb4d23d80d749462d3affde46f29e83c2a52 (patch) | |
| tree | 65e4916cd27a2bccd519eeb794a1b8d02b2562de | |
| parent | 4a6271d95b62fe99327dcfa2dc30d6cc87db6a3e (diff) | |
gnu: libffi: Add 'release-monitoring-url'.
* gnu/packages/libffi.scm (libffi)[home-page]: Change to sourceware.org.
[properties]: New field.
| -rw-r--r-- | gnu/packages/libffi.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm index 6c434bbe906..d62a1588c1f 100644 --- a/gnu/packages/libffi.scm +++ b/gnu/packages/libffi.scm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2012, 2013, 2014, 2020 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2012, 2013, 2014, 2020, 2021 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2014 Federico Beffa <beffa@fbengineering.ch> | 3 | ;;; Copyright © 2014 Federico Beffa <beffa@fbengineering.ch> |
| 4 | ;;; Copyright © 2015, 2019 Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 4 | ;;; Copyright © 2015, 2019 Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> |
| 5 | ;;; Copyright © 2016, 2017, 2020 Efraim Flashner <efraim@flashner.co.il> | 5 | ;;; 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 | |||
| 103 | provides the lowest, machine dependent layer of a fully featured foreign | 103 | provides the lowest, machine dependent layer of a fully featured foreign |
| 104 | function interface. A layer must exist above libffi that handles type | 104 | function interface. A layer must exist above libffi that handles type |
| 105 | conversions for values passed between the two languages.") | 105 | conversions for values passed between the two languages.") |
| 106 | (home-page "http://sources.redhat.com/libffi/") | 106 | (home-page "http://www.sourceware.org/libffi/") |
| 107 | (properties `((release-monitoring-url . ,home-page))) | ||
| 107 | 108 | ||
| 108 | ;; See <https://github.com/atgreen/libffi/blob/master/LICENSE>. | 109 | ;; See <https://github.com/atgreen/libffi/blob/master/LICENSE>. |
| 109 | (license expat))) | 110 | (license expat))) |
