From ef5165fedda5c8c8127bfb635889d18b147e6cc2 Mon Sep 17 00:00:00 2001 From: Alexandru Tocar Date: Sat, 12 Apr 2025 21:06:31 +0200 Subject: [PATCH] creek: update `meta.homepage` --- pkgs/by-name/cr/creek/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/cr/creek/package.nix b/pkgs/by-name/cr/creek/package.nix index 19e8eb5f5b0d..d41c2ccd5d4d 100644 --- a/pkgs/by-name/cr/creek/package.nix +++ b/pkgs/by-name/cr/creek/package.nix @@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: { passthru.updateScript = ./update.sh; meta = { - homepage = "https://git.8pit.net/creek"; + homepage = "https://github.com/nmeum/creek"; changelog = "https://github.com/nmeum/creek/releases/v${finalAttrs.version}"; description = "Malleable and minimalist status bar for the River compositor"; license = lib.licenses.mit;