boehm-gc: fixes URLs in meta

This commit is contained in:
Vincent Laporte 2014-11-18 00:47:23 +00:00
parent 4d807e55aa
commit 2d252e78c1

View File

@ -37,10 +37,10 @@ stdenv.mkDerivation rec {
C or C++ programs, though that is not its primary goal. 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 # 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 ]; maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;