summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-01-29 20:04:12 +0300
committerNikolay Amiantov <ab@fmap.me>2017-01-31 03:27:10 +0300
commitdb9989281779d9e67565093488512970b2ca307e (patch)
treeb72bc47997654868b82aa62dfddb83e699d24bfd /pkgs/games
parente734f044abd0e6846ebda58f46813c9ec02ce898 (diff)
downloadnixpkgs-db9989281779d9e67565093488512970b2ca307e.tar
nixpkgs-db9989281779d9e67565093488512970b2ca307e.tar.gz
nixpkgs-db9989281779d9e67565093488512970b2ca307e.tar.bz2
nixpkgs-db9989281779d9e67565093488512970b2ca307e.tar.lz
nixpkgs-db9989281779d9e67565093488512970b2ca307e.tar.xz
nixpkgs-db9989281779d9e67565093488512970b2ca307e.tar.zst
nixpkgs-db9989281779d9e67565093488512970b2ca307e.zip
treewide: quote homepages in my packages
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/dwarf-fortress/game.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/dwarf-fortress/game.nix b/pkgs/games/dwarf-fortress/game.nix
index 740125bf442..cb56969578e 100644
--- a/pkgs/games/dwarf-fortress/game.nix
+++ b/pkgs/games/dwarf-fortress/game.nix
@@ -49,7 +49,7 @@ stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "A single-player fantasy game with a randomly generated adventure world";
-    homepage = http://www.bay12games.com/dwarves;
+    homepage = "http://www.bay12games.com/dwarves";
     license = licenses.unfreeRedistributable;
     platforms = platforms.linux;
     maintainers = with maintainers; [ a1russell robbinch roconnor the-kenny abbradar ];