mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: calceph: Add 'release-monitoring-url' property.
* gnu/packages/astronomy.scm (calceph)[properties]: New field.
This commit is contained in:
parent
d730bbbbb3
commit
fed51b2614
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ (define-public calceph
|
|||
(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,
|
||||
|
|
Loading…
Reference in a new issue