diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-06 16:41:29 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-06 23:31:29 +0100 |
commit | ea7b6fa1973d039003866aea9877ea2948fb6a9f (patch) | |
tree | edb3a05958264e1d580a56239e16c6401887e538 /gnu/packages | |
parent | 0836b1b142625b91ea28795711e21d3c4cd6f3a8 (diff) | |
download | guix-ea7b6fa1973d039003866aea9877ea2948fb6a9f.tar.gz guix-ea7b6fa1973d039003866aea9877ea2948fb6a9f.zip |
gnu: packages/astronomy: Add file ending note.
* gnu/packages/astronomy.scm: Add file ending note.
Change-Id: I25311fae4e5d7c14e4a32f7b67764aa0527011c4
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/astronomy.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 3e58c9d5ee..954776f545 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5380,3 +5380,8 @@ All of the major planets and most satellites can be drawn and different map projections are also supported, including azimuthal, hemisphere, Lambert, Mercator, Mollweide, Peters, polyconic, orthographic and rectangular.") (license license:gpl2+))) + +;;; +;;; Avoid adding new packages to the end of this file. To reduce the chances +;;; of a merge conflict, place them above in alphabetical order. +;;; |