krillinai: update repo name (#419365)

authored by Aleksana and committed by GitHub 7004aa5c 92617dc0

+3 -3
+3 -3
pkgs/by-name/kr/krillinai/package.nix
··· 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "krillinai"; 18 - repo = "KrillinAI"; 18 + repo = "KlicStudio"; 19 19 tag = "v${finalAttrs.version}"; 20 20 hash = "sha256-RHlQeTFeG23LjLwczSGIghH3XPFTR6ZVDFk2KlRQGoA="; 21 21 }; ··· 46 46 47 47 meta = { 48 48 description = "Video translation and dubbing tool"; 49 - homepage = "https://github.com/krillinai/KrillinAI"; 50 - changelog = "https://github.com/krillinai/KrillinAI/releases/tag/v${finalAttrs.version}"; 49 + homepage = "https://github.com/krillinai/KlicStudio"; 50 + changelog = "https://github.com/krillinai/KlicStudio/releases/tag/v${finalAttrs.version}"; 51 51 mainProgram = "krillinai-desktop"; 52 52 license = lib.licenses.gpl3Plus; 53 53 maintainers = with lib.maintainers; [ emaryn ];