diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-04-23 10:08:56 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-04-23 17:10:14 +0300 |
commit | 7af92387cf537bcf0d597a0d875e411da4218834 (patch) | |
tree | b1c7b5ef6d2705fcb2279845aab265226ccb8d2f /gnu/packages/cobol.scm | |
parent | 34928cc43c1d5707506a371c43593a3415f04d04 (diff) | |
download | guix-7af92387cf537bcf0d597a0d875e411da4218834.tar.gz |
gnu: gnucobol: Update home-page.
Reported by Simon Sobisch <simonsobisch@gnu.org>. * gnu/packages/cobol.scm (gnucobol)[home-page]: Use official home-page.
Diffstat (limited to 'gnu/packages/cobol.scm')
-rw-r--r-- | gnu/packages/cobol.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cobol.scm b/gnu/packages/cobol.scm index bc191e6b09..27fcc260dc 100644 --- a/gnu/packages/cobol.scm +++ b/gnu/packages/cobol.scm @@ -67,7 +67,7 @@ (base32 "1yb1plmv4firfnbb119r2vh1hay221w1ya34nyz0qwsxppfr56hy")))))) (build-system gnu-build-system) - (home-page "https://savannah.gnu.org/projects/gnucobol/") + (home-page "https://www.gnu.org/software/gnucobol/") (synopsis "A modern COBOL compiler") (description "GnuCOBOL is a free, modern COBOL compiler. GnuCOBOL implements a substantial part of the COBOL 85, COBOL 2002 and COBOL 2014 |