diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:31:56 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:25 +0200 |
commit | 4869a509d1fde60562e00d568f33a6a40fcffa13 (patch) | |
tree | c5956c3e73b6506fd90731a05f1cdeec2a6c5dc6 /gnu | |
parent | fef8bc470cf4f6b20baf12f2697e0d8d726cb559 (diff) | |
download | guix-4869a509d1fde60562e00d568f33a6a40fcffa13.tar.gz guix-4869a509d1fde60562e00d568f33a6a40fcffa13.zip |
gnu: erfa: Mark up description.
* gnu/packages/astronomy.scm (erfa)[description]: Add all the @acronym{}s.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index c9ef6643a1..9efb12dc01 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -137,8 +137,10 @@ for reading and writing.") (home-page "https://github.com/liberfa/erfa") (synopsis "Essential Routines for Fundamental Astronomy") (description - "ERFA is a C library containing key algorithms for astronomy, and is based -on the SOFA library published by the International Astronomical Union (IAU).") + "The @acronym{ERFA, Essential Routines for Fundamental Astronomy} C library +contains key algorithms for astronomy, and is based on the @acronym{SOFA, +Standards of Fundamental Astronomy} library published by the @acronym{IAU, +International Astronomical Union}.") (license license:bsd-3))) (define-public eye |