0ad: fix homepage URL
This commit is contained in:
parent
fe41e17631
commit
97d02a78f0
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A free, open-source game of ancient warfare -- data files";
|
description = "A free, open-source game of ancient warfare -- data files";
|
||||||
homepage = https://wildfiregames.com/0ad/;
|
homepage = "https://play0ad.com/";
|
||||||
license = licenses.cc-by-sa-30;
|
license = licenses.cc-by-sa-30;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
hydraPlatforms = [];
|
hydraPlatforms = [];
|
||||||
|
@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A free, open-source game of ancient warfare";
|
description = "A free, open-source game of ancient warfare";
|
||||||
homepage = https://wildfiregames.com/0ad/;
|
homepage = "https://play0ad.com/";
|
||||||
license = with licenses; [
|
license = with licenses; [
|
||||||
gpl2 lgpl21 mit cc-by-sa-30
|
gpl2 lgpl21 mit cc-by-sa-30
|
||||||
licenses.zlib # otherwise masked by pkgs.zlib
|
licenses.zlib # otherwise masked by pkgs.zlib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user