summaryrefslogtreecommitdiff
path: root/gnu/packages/bdw-gc.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 21:44:14 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-01 20:47:54 +0100
commitf4eee79db28109e751fbcf8c32b7228cbf666a43 (patch)
tree435f45f2ff1f86934ebc510703579360cb958686 /gnu/packages/bdw-gc.scm
parent5adaeb3618d86ed8098bac95b3b3f7e0705b4ad2 (diff)
downloadguix-patches-f4eee79db28109e751fbcf8c32b7228cbf666a43.tar
guix-patches-f4eee79db28109e751fbcf8c32b7228cbf666a43.tar.gz
gnu: libgc: Use HTTPS home page.
* gnu/packages/bdw-gc.scm (libgc)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/bdw-gc.scm')
-rw-r--r--gnu/packages/bdw-gc.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bdw-gc.scm b/gnu/packages/bdw-gc.scm
index cc492105d1..f0cff707f3 100644
--- a/gnu/packages/bdw-gc.scm
+++ b/gnu/packages/bdw-gc.scm
@@ -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")))))