treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -47,7 +47,7 @@ mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://chessx.sourceforge.net/;
|
||||
homepage = "http://chessx.sourceforge.net/";
|
||||
description = "ChessX allows you to browse and analyse chess games";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.luispedro ];
|
||||
|
||||
Reference in New Issue
Block a user