me
/
guix
Archived
1
0
Fork 0

gnu: libgc: Use HTTPS home page.

* gnu/packages/bdw-gc.scm (libgc)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ simple collector interface.
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")))))