diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-05-30 16:34:12 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-30 16:34:41 +0200 |
commit | fed51b26141548a5bae349a5e1d8d6f681320f4f (patch) | |
tree | d6d85c40885645c32e12dfe3cdefb9a85c9bde82 /gnu/packages/astronomy.scm | |
parent | d730bbbbb3d47d566bd24d0b4a44dcc808435f24 (diff) |
gnu: calceph: Add 'release-monitoring-url' property.
* gnu/packages/astronomy.scm (calceph)[properties]: New field.
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 86705bbf19..93c45d5780 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -88,6 +88,7 @@ (native-inputs (list gfortran)) (home-page "https://www.imcce.fr/inpop/calceph") + (properties `((release-monitoring-url . ,home-page))) (synopsis "Astronomical library to access the binary planetary ephemeris files") (description "The CALCEPH Library is designed to access the binary planetary ephemeris files, |