gnu: libgc: Use HTTPS home page.
* gnu/packages/bdw-gc.scm (libgc)[home-page]: Use HTTPS.
This commit is contained in:
parent
5adaeb3618
commit
f4eee79db2
1 changed files with 1 additions and 1 deletions
|
@ -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")))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue