From 371039cc4d1984fe827908517699904cbdb34589 Mon Sep 17 00:00:00 2001 From: Max Blomstervall Date: Tue, 24 Feb 2026 01:20:53 +0100 Subject: [PATCH] kanban: update homepage URL to landing page --- pkgs/by-name/ka/kanban/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ka/kanban/package.nix b/pkgs/by-name/ka/kanban/package.nix index f0b5c5169f94..c4f9ff3d37cc 100644 --- a/pkgs/by-name/ka/kanban/package.nix +++ b/pkgs/by-name/ka/kanban/package.nix @@ -29,7 +29,7 @@ rustPlatform.buildRustPackage (finalAttrs: { built with Rust. Features include file persistence, keyboard-driven navigation, multi-select capabilities, and sprint management. ''; - homepage = "https://github.com/fulsomenko/kanban"; + homepage = "https://kanban.yoon.se"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fulsomenko ]; mainProgram = "kanban";