forked from mirrors/nixpkgs
gnugo: fix homepage
This commit is contained in:
parent
7422953eb0
commit
2fefff2fba
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "GNU Go - A computer go player";
|
||||
homepage = http://http://www.gnu.org/software/gnugo/;
|
||||
homepage = http://www.gnu.org/software/gnugo/;
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue