diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:46:16 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 23:55:42 +0100 |
commit | 77dbc1c5377875e57577267e872b8c644bed0a43 (patch) | |
tree | 88b0b73d6471ccf4b69be4df944004eb99deca00 /gnu/packages/slang.scm | |
parent | 59e884a211b2215b93827841650a588094f96951 (diff) | |
download | guix-77dbc1c5377875e57577267e872b8c644bed0a43.tar.gz |
gnu: slang: Use HTTPS home page.
* gnu/packages/slang.scm (slang)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/slang.scm')
-rw-r--r-- | gnu/packages/slang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/slang.scm b/gnu/packages/slang.scm index 5a37480f67..404a4535ca 100644 --- a/gnu/packages/slang.scm +++ b/gnu/packages/slang.scm @@ -71,7 +71,7 @@ ("libpng" ,libpng) ("pcre" ,pcre) ("ncurses" ,ncurses))) - (home-page "http://www.jedsoft.org/slang/") + (home-page "https://www.jedsoft.org/slang/") (synopsis "Library for interactive applications and extensibility") (description "S-Lang is a multi-platform programmer's library designed to allow a |