gnu: libgc: Use HTTPS home page.
* gnu/packages/bdw-gc.scm (libgc)[home-page]: Use HTTPS.master
parent
5adaeb3618
commit
f4eee79db2
|
@ -87,7 +87,7 @@ simple collector interface.
|
||||||
|
|
||||||
Alternatively, the garbage collector may be used as a leak detector for
|
Alternatively, the garbage collector may be used as a leak detector for
|
||||||
C or C++ programs, though that is not its primary goal.")
|
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")))))
|
(license (x11-style (string-append home-page "license.txt")))))
|
||||||
|
|
||||||
|
|
Reference in New Issue