gnu: libgc: Use HTTPS home page.

* gnu/packages/bdw-gc.scm (libgc)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:44:14 +01:00
parent 5adaeb3618
commit f4eee79db2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -87,7 +87,7 @@ (define-public libgc
Alternatively, the garbage collector may be used as a leak detector for
C or C++ programs, though that is not its primary goal.")
(home-page "http://www.hboehm.info/gc/")
(home-page "https://www.hboehm.info/gc/")
(license (x11-style (string-append home-page "license.txt")))))