gnu: erlang: Use HTTPS home page.

* gnu/packages/erlang.scm (erlang)[home-page]: Use HTTPS with the new
canonical domain.
master
Tobias Geerinckx-Rice 2018-02-15 22:59:25 +01:00
parent 2922852e86
commit eae7ece1af
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@
;; Delete superfluous file. ;; Delete superfluous file.
(delete-file "PR.template")) (delete-file "PR.template"))
#t)))))) #t))))))
(home-page "http://erlang.org/") (home-page "https://www.erlang.org/")
(synopsis "The Erlang programming language") (synopsis "The Erlang programming language")
(description (description
"Erlang is a programming language used to build massively "Erlang is a programming language used to build massively