From 87c0ae4fc723813f3f86b67d447acc279e4bc4dc Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sun, 5 Jan 2025 16:08:59 +0100 Subject: [PATCH] procodile: update homepage --- pkgs/tools/system/procodile/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/procodile/default.nix b/pkgs/tools/system/procodile/default.nix index 43faa0af6e59..45a17384e6db 100644 --- a/pkgs/tools/system/procodile/default.nix +++ b/pkgs/tools/system/procodile/default.nix @@ -13,7 +13,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://github.com/adamcooke/procodile"; license = with licenses; mit; maintainers = with maintainers; [ manveru