treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Tetris clone with 'bastard' block-choosing AI";
|
||||
homepage = http://fph.altervista.org/prog/bastet.html;
|
||||
homepage = "http://fph.altervista.org/prog/bastet.html";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.dezgeg ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user