treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -28,8 +28,8 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://springlobby.info/;
|
||||
repositories.git = git://github.com/springlobby/springlobby.git;
|
||||
homepage = "https://springlobby.info/";
|
||||
repositories.git = "git://github.com/springlobby/springlobby.git";
|
||||
description = "Cross-platform lobby client for the Spring RTS project";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ phreedom qknight domenkozar ];
|
||||
|
||||
Reference in New Issue
Block a user