about summary refs log tree commit diff
path: root/pkgs/tools/system/hiera-eyaml/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/hiera-eyaml/default.nix')
-rw-r--r--pkgs/tools/system/hiera-eyaml/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/hiera-eyaml/default.nix b/pkgs/tools/system/hiera-eyaml/default.nix
index 33d97aa7d6b6d..be6fb1c7462ab 100644
--- a/pkgs/tools/system/hiera-eyaml/default.nix
+++ b/pkgs/tools/system/hiera-eyaml/default.nix
@@ -9,7 +9,7 @@ bundlerEnv {
 
   meta = with lib; {
     description = "Per-value asymmetric encryption of sensitive data for Hiera";
-    homepage = https://github.com/TomPoulton/hiera-eyaml;
+    homepage = "https://github.com/TomPoulton/hiera-eyaml";
     license = licenses.mit;
     maintainers = with maintainers; [ benley nicknovitski ];
     platforms = platforms.unix;