mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: erlang: Use HTTPS home page.
* gnu/packages/erlang.scm (erlang)[home-page]: Use HTTPS with the new canonical domain.
This commit is contained in:
parent
2922852e86
commit
eae7ece1af
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ (define-public erlang
|
|||
;; Delete superfluous file.
|
||||
(delete-file "PR.template"))
|
||||
#t))))))
|
||||
(home-page "http://erlang.org/")
|
||||
(home-page "https://www.erlang.org/")
|
||||
(synopsis "The Erlang programming language")
|
||||
(description
|
||||
"Erlang is a programming language used to build massively
|
||||
|
|
Loading…
Reference in a new issue