diff options
Diffstat (limited to 'gnu/packages/gawk.scm')
-rw-r--r-- | gnu/packages/gawk.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm index 280e3d3cff..e318993ace 100644 --- a/gnu/packages/gawk.scm +++ b/gnu/packages/gawk.scm @@ -78,7 +78,7 @@ `(("bash" ,bash)) '()))) - (home-page "http://www.gnu.org/software/gawk/") + (home-page "https://www.gnu.org/software/gawk/") (synopsis "Text scanning and processing language") (description "Gawk is the GNU implementation of Awk, a specialized programming |