gnugo: fix homepage
This commit is contained in:
parent
7422953eb0
commit
2fefff2fba
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "GNU Go - A computer go player";
|
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;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue