From ae9763c81b7dd1ae2f7f308598e7fa7f66488ef8 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Tue, 8 Jul 2025 12:15:38 +0900 Subject: [PATCH] typstyle: update GitHub owner Clarified in v0.13.12: * https://github.com/typstyle-rs/typstyle/blob/v0.13.12/CHANGELOG.md?plain=1#L5 * https://github.com/typstyle-rs/typstyle/commit/87ba66c1522b16ea9e933d21f642b4a2f124fd1f --- pkgs/by-name/ty/typstyle/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ty/typstyle/package.nix b/pkgs/by-name/ty/typstyle/package.nix index 92813caad98d..32fc2c8575f9 100644 --- a/pkgs/by-name/ty/typstyle/package.nix +++ b/pkgs/by-name/ty/typstyle/package.nix @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "0.13.13"; src = fetchFromGitHub { - owner = "Enter-tainer"; + owner = "typstyle-rs"; repo = "typstyle"; tag = "v${finalAttrs.version}"; hash = "sha256-IAKCwKekeFekHBjfdC4pi74SXJzCDFoby3n1Z0Pu5q4="; @@ -36,9 +36,9 @@ rustPlatform.buildRustPackage (finalAttrs: { }; meta = { - changelog = "https://github.com/Enter-tainer/typstyle/blob/${finalAttrs.src.tag}/CHANGELOG.md"; + changelog = "https://github.com/typstyle-rs/typstyle/blob/${finalAttrs.src.tag}/CHANGELOG.md"; description = "Format your typst source code"; - homepage = "https://github.com/Enter-tainer/typstyle"; + homepage = "https://github.com/typstyle-rs/typstyle"; license = lib.licenses.asl20; mainProgram = "typstyle"; maintainers = with lib.maintainers; [