boehm-gc: fixes URLs in meta
This commit is contained in:
parent
4d807e55aa
commit
2d252e78c1
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user