about summary refs log tree commit diff
path: root/pkgs/games/0ad/data.nix
diff options
context:
space:
mode:
authormimadrid <mimadrid@ucm.es>2017-08-02 23:50:51 +0200
committermimadrid <mimadrid@ucm.es>2017-08-03 11:56:15 +0200
commit09e0cc7cc79cd0e028a56907ddcf36f9bdef1540 (patch)
tree1f579ca29e8527186d1d7015ed2c655f582e12e7 /pkgs/games/0ad/data.nix
parentbe6170d803c88c9e934efffa220bc634d0f16320 (diff)
downloadnixlib-09e0cc7cc79cd0e028a56907ddcf36f9bdef1540.tar
nixlib-09e0cc7cc79cd0e028a56907ddcf36f9bdef1540.tar.gz
nixlib-09e0cc7cc79cd0e028a56907ddcf36f9bdef1540.tar.bz2
nixlib-09e0cc7cc79cd0e028a56907ddcf36f9bdef1540.tar.lz
nixlib-09e0cc7cc79cd0e028a56907ddcf36f9bdef1540.tar.xz
nixlib-09e0cc7cc79cd0e028a56907ddcf36f9bdef1540.tar.zst
nixlib-09e0cc7cc79cd0e028a56907ddcf36f9bdef1540.zip
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
Diffstat (limited to 'pkgs/games/0ad/data.nix')
-rw-r--r--pkgs/games/0ad/data.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/0ad/data.nix b/pkgs/games/0ad/data.nix
index 2c54d9ef8288..f61b8bc1dcf6 100644
--- a/pkgs/games/0ad/data.nix
+++ b/pkgs/games/0ad/data.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A free, open-source game of ancient warfare -- data files";
-    homepage = http://wildfiregames.com/0ad/;
+    homepage = https://wildfiregames.com/0ad/;
     license = licenses.cc-by-sa-30;
     platforms = platforms.linux;
     hydraPlatforms = [];