diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-14 20:21:07 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-30 15:10:42 +0000 |
commit | aca8dfa22deaa1ffba80c44336b8d0633eea1dc5 (patch) | |
tree | 57d96ad93c6e73d3377f227d53fa67bad0294517 /gnu | |
parent | 21e2228fd7079f567ee1ea4ba71eeac9256e6fcd (diff) |
gnu: gpredict: Update commentary note.
* gnu/packages/astronomy.scm (gpredict): Add a link to new lease request
in upstream bug tracker.
Change-Id: I120430c5e55b1848ea03c07474fa0fa9e80aa505
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 0108b1daad..803de321b5 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -753,7 +753,8 @@ programs for the manipulation and analysis of astronomical data.") (define-public gpredict ;; The latest tag, 2.3, has no major difference with 2.2.1 and is dated for - ;; 2018. Additionally, there is some activity on the master branch. + ;; 2018. Additionally, there is some activity on the master branch, see + ;; <https://github.com/csete/gpredict/issues/368>. (package (name "gpredict") (version "2.2.1") |