treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ buildGoModule rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Curlie is a frontend to curl that adds the ease of use of httpie, without compromising on features and performance";
|
||||
homepage = https://curlie.io/;
|
||||
homepage = "https://curlie.io/";
|
||||
maintainers = with maintainers; [ ma27 ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user