Skip to content

Commit

Permalink
0ad: fix homepage URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Oct 22, 2017
1 parent fe41e17 commit 97d02a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/games/0ad/data.nix
Expand Up @@ -17,7 +17,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
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;
platforms = platforms.linux;
hydraPlatforms = [];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/games/0ad/game.nix
Expand Up @@ -91,7 +91,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "A free, open-source game of ancient warfare";
homepage = https://wildfiregames.com/0ad/;
homepage = "https://play0ad.com/";
license = with licenses; [
gpl2 lgpl21 mit cc-by-sa-30
licenses.zlib # otherwise masked by pkgs.zlib
Expand Down

0 comments on commit 97d02a7

Please sign in to comment.