treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -14,7 +14,7 @@ buildPythonPackage {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A python based websocket server that is simple and easy to use";
|
||||
homepage = https://github.com/dpallot/simple-websocket-server/;
|
||||
homepage = "https://github.com/dpallot/simple-websocket-server/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ rvolosatovs ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user