treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://springrts.com/;
|
||||
homepage = "https://springrts.com/";
|
||||
description = "A powerful real-time strategy (RTS) game engine";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.phreedom maintainers.qknight maintainers.domenkozar ];
|
||||
|
||||
@@ -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