summary refs log tree commit diff
path: root/pkgs/games/0ad/game.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-10-22 22:19:28 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-10-22 22:19:28 +0000
commit97d02a78f049dc3287089b11b00d560f3253a554 (patch)
tree5a2a42c069dfff6f80f0dbfb2b4b0b5a9f6a2f0b /pkgs/games/0ad/game.nix
parentfe41e1763153583fc956876872d27da9e017db41 (diff)
downloadnixpkgs-97d02a78f049dc3287089b11b00d560f3253a554.tar
nixpkgs-97d02a78f049dc3287089b11b00d560f3253a554.tar.gz
nixpkgs-97d02a78f049dc3287089b11b00d560f3253a554.tar.bz2
nixpkgs-97d02a78f049dc3287089b11b00d560f3253a554.tar.lz
nixpkgs-97d02a78f049dc3287089b11b00d560f3253a554.tar.xz
nixpkgs-97d02a78f049dc3287089b11b00d560f3253a554.tar.zst
nixpkgs-97d02a78f049dc3287089b11b00d560f3253a554.zip
0ad: fix homepage URL
Diffstat (limited to 'pkgs/games/0ad/game.nix')
-rw-r--r--pkgs/games/0ad/game.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/0ad/game.nix b/pkgs/games/0ad/game.nix
index c1b69eb3120..a056f5880a4 100644
--- a/pkgs/games/0ad/game.nix
+++ b/pkgs/games/0ad/game.nix
@@ -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