summary refs log tree commit diff
path: root/pkgs/tools/system/procodile/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/procodile/default.nix')
-rw-r--r--pkgs/tools/system/procodile/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/procodile/default.nix b/pkgs/tools/system/procodile/default.nix
index 3ae80a312ed..2751601b39b 100644
--- a/pkgs/tools/system/procodile/default.nix
+++ b/pkgs/tools/system/procodile/default.nix
@@ -9,7 +9,7 @@ bundlerApp {
 
   meta = with lib; {
     description = "Run processes in the background (and foreground) on Mac & Linux from a Procfile (for production and/or development environments)";
-    homepage    = https://adam.ac/procodile;
+    homepage    = "https://adam.ac/procodile";
     license     = with licenses; mit;
     maintainers = with maintainers; [ ravloony manveru nicknovitski ];
     platforms   = platforms.unix;