treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -85,7 +85,7 @@ in buildPythonApplication rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://matrix.org;
|
||||
homepage = "https://matrix.org";
|
||||
description = "Matrix reference homeserver";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ralith roblabla ekleog pacien ma27 ];
|
||||
|
||||
Reference in New Issue
Block a user