diff options
Diffstat (limited to 'gnu/packages/astronomy.scm')
-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") |