treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -24,7 +24,7 @@ buildGoPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Run HTTP requests over UNIX socket";
|
||||
license = licenses.mit;
|
||||
homepage = https://github.com/Soulou/curl-unix-socket;
|
||||
homepage = "https://github.com/Soulou/curl-unix-socket";
|
||||
maintainers = with maintainers; [offline];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user