treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -32,7 +32,7 @@ buildPythonApplication {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Golden Scrabble crossword puzzle game";
|
||||
homepage = https://github.com/RaaH/gscrabble/;
|
||||
homepage = "https://github.com/RaaH/gscrabble/";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.genesis ];
|
||||
|
||||
Reference in New Issue
Block a user