treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.roguetemple.com/z/hyper/;
|
||||
homepage = "http://www.roguetemple.com/z/hyper/";
|
||||
description = "A roguelike game set in hyperbolic geometry";
|
||||
maintainers = with maintainers; [ rardiol ];
|
||||
license = licenses.gpl2;
|
||||
|
||||
Reference in New Issue
Block a user