treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ zlib python ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/mattgodbolt/seasocks;
|
||||
homepage = "https://github.com/mattgodbolt/seasocks";
|
||||
description = "Tiny embeddable C++ HTTP and WebSocket server";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user