diff mbox series

bug#55509: [PATCH 0/1] gnu: Add calceph

Message ID 87bkvf3xbj.fsf_-_@gnu.org
State Accepted
Headers show
Series bug#55509: [PATCH 0/1] gnu: Add calceph | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Ludovic Courtès May 30, 2022, 2:32 p.m. UTC
Hi,

Sharlatan Hellseher <sharlatanus@gmail.com> skribis:

> From 896533a7f558d975d96367eb1ae3fe34e90a5c8f Mon Sep 17 00:00:00 2001
> From: Sharlatan Hellseher <sharlatanus@gmail.com>
> Date: Wed, 18 May 2022 21:31:18 +0100
> Subject: [PATCH 1/1] gnu: Add calceph
>
> * gnu/packages/astronomy.scm (calceph): New variable.

Applied with the cosmetic changes below, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 99b8e16b9c..86705bbf19 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -98,15 +98,11 @@  (define-public calceph
 
 @itemize
 @item text Planetary Constants Kernel (KPL/PCK) files;
-
 @item binary PCK (DAF/PCK) files;
-
 @item binary SPK (DAF/SPK) files containing segments of type 1, 2, 3, 5, 8, 9,
 12, 13, 17, 18, 19, 20, 21, 102, 103 and 120;
-
 @item meta kernel (KPL/MK) files;
-
-@item frame kernel (KPL/FK) files.  Only a basic support is provided;)
+@item frame kernel (KPL/FK) files (only basic support).
 @end itemize\n")
     (license license:cecill)))