treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -39,7 +39,7 @@ in buildGoPackage rec {
|
||||
meta = with lib; {
|
||||
description = "A small library to manage encrypted secrets using asymmetric encryption.";
|
||||
license = licenses.mit;
|
||||
homepage = https://github.com/Shopify/ejson;
|
||||
homepage = "https://github.com/Shopify/ejson";
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.manveru ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user