treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -57,7 +57,7 @@ in with py.pkgs; buildPythonApplication rec {
|
||||
passthru.python = py; # for aws_shell
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://aws.amazon.com/cli/;
|
||||
homepage = "https://aws.amazon.com/cli/";
|
||||
description = "Unified tool to manage your AWS services";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ muflax ];
|
||||
|
||||
Reference in New Issue
Block a user