koodo-reader: upate GitHub owner name

This commit is contained in:
Sigmanificient
2026-04-30 03:02:19 +02:00
parent 4d88dc8e0f
commit 5945d7940b
+3 -3
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "2.2.4";
src = fetchFromGitHub {
owner = "troyeguo";
owner = "koodo-reader";
repo = "koodo-reader";
tag = "v${finalAttrs.version}";
hash = "sha256-KUcI+0+ICMdwAF30CLM3QdS+X8UnYiHhcYkvEQ6WgS8=";
@@ -140,13 +140,13 @@ stdenv.mkDerivation (finalAttrs: {
passthru.updateScript = nix-update-script { };
meta = {
changelog = "https://github.com/troyeguo/koodo-reader/releases/tag/${finalAttrs.src.tag}";
changelog = "https://github.com/koodo-reader/koodo-reader/releases/tag/${finalAttrs.src.tag}";
description = "Cross-platform ebook reader";
longDescription = ''
A modern ebook manager and reader with sync and backup capacities
for Windows, macOS, Linux and Web
'';
homepage = "https://github.com/troyeguo/koodo-reader";
homepage = "https://github.com/koodo-reader/koodo-reader";
license = lib.licenses.agpl3Only;
mainProgram = "koodo-reader";
maintainers = with lib.maintainers; [ tomasajt ];