From 450862a520ec14f04032ad15a89583a5867e9eff Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 23 Mar 2026 15:53:44 +0200 Subject: [PATCH] khard: update meta.homepage --- pkgs/by-name/kh/khard/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/kh/khard/package.nix b/pkgs/by-name/kh/khard/package.nix index 92bd75575a0d..819235254b43 100644 --- a/pkgs/by-name/kh/khard/package.nix +++ b/pkgs/by-name/kh/khard/package.nix @@ -39,7 +39,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: { ''; preCheck = '' - # see https://github.com/scheibler/khard/issues/263 + # see https://github.com/lucc/khard/issues/263 export COLUMNS=80 ''; @@ -48,7 +48,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: { passthru.tests.version = testers.testVersion { package = khard; }; meta = { - homepage = "https://github.com/scheibler/khard"; + homepage = "https://github.com/lucc/khard"; description = "Console carddav client"; license = lib.licenses.gpl3; maintainers = with lib.maintainers; [ matthiasbeyer ];