treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ buildGoPackage rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/wallix/awless/;
|
||||
homepage = "https://github.com/wallix/awless/";
|
||||
description = "A Mighty CLI for AWS";
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
license = licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user