treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/bloomreach/s4cmd;
|
||||
homepage = "https://github.com/bloomreach/s4cmd";
|
||||
description = "Super S3 command line tool";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.bhipple ];
|
||||
|
||||
Reference in New Issue
Block a user