treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -42,7 +42,7 @@ buildPythonApplication rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Command-line tool for accessing the Backblaze B2 storage service";
|
||||
homepage = https://github.com/Backblaze/B2_Command_Line_Tool;
|
||||
homepage = "https://github.com/Backblaze/B2_Command_Line_Tool";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ hrdinka kevincox ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user