about summary refs log tree commit diff
path: root/pkgs/development/libraries/boehm-gc/default.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2014-11-18 00:47:23 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2014-11-18 00:48:18 +0000
commit2d252e78c13dec4892419728c452864e4ea0230f (patch)
treef04589a483cef75abf1a51aedf70b03b17a2cfba /pkgs/development/libraries/boehm-gc/default.nix
parent4d807e55aa854b825756016d0af40f84d9af6d8f (diff)
downloadnixlib-2d252e78c13dec4892419728c452864e4ea0230f.tar
nixlib-2d252e78c13dec4892419728c452864e4ea0230f.tar.gz
nixlib-2d252e78c13dec4892419728c452864e4ea0230f.tar.bz2
nixlib-2d252e78c13dec4892419728c452864e4ea0230f.tar.lz
nixlib-2d252e78c13dec4892419728c452864e4ea0230f.tar.xz
nixlib-2d252e78c13dec4892419728c452864e4ea0230f.tar.zst
nixlib-2d252e78c13dec4892419728c452864e4ea0230f.zip
boehm-gc: fixes URLs in meta
Diffstat (limited to 'pkgs/development/libraries/boehm-gc/default.nix')
-rw-r--r--pkgs/development/libraries/boehm-gc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/boehm-gc/default.nix b/pkgs/development/libraries/boehm-gc/default.nix
index 68b1fb1c9ba4..5ee0cd5291da 100644
--- a/pkgs/development/libraries/boehm-gc/default.nix
+++ b/pkgs/development/libraries/boehm-gc/default.nix
@@ -37,10 +37,10 @@ stdenv.mkDerivation rec {
       C or C++ programs, though that is not its primary goal.
     '';
 
-    homepage = http://www.hpl.hp.com/personal/Hans_Boehm/gc/;
+    homepage = http://hboehm.info/gc/;
 
     # non-copyleft, X11-style license
-    license = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/license.txt";
+    license = http://hboehm.info/gc/license.txt;
 
     maintainers = [ stdenv.lib.maintainers.ludo ];
     platforms = stdenv.lib.platforms.all;