treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Environment variables substitution for Go";
|
||||
homepage = https://github.com/a8m/envsubst;
|
||||
homepage = "https://github.com/a8m/envsubst";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ nicknovitski ];
|
||||
|
||||
Reference in New Issue
Block a user