From 5b3ebfe87bcc5ad1cef9fa57097eb8d0831accad Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Wed, 13 Mar 2024 08:52:27 +0100 Subject: [PATCH] trunk: update project metadata Trunk has moved to it's own organization a while back. This is not yet reflected in the project metadata. --- pkgs/development/tools/trunk/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/trunk/default.nix b/pkgs/development/tools/trunk/default.nix index d752db90ca03..3df95747a3a1 100644 --- a/pkgs/development/tools/trunk/default.nix +++ b/pkgs/development/tools/trunk/default.nix @@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec { version = "0.18.8"; src = fetchFromGitHub { - owner = "thedodd"; + owner = "trunk-rs"; repo = "trunk"; rev = "v${version}"; hash = "sha256-cx14IVqsu1SQezs8T1HFZ75+MPWkvf5RcvGCodW5G4A="; @@ -52,7 +52,7 @@ rustPlatform.buildRustPackage rec { }; meta = with lib; { - homepage = "https://github.com/thedodd/trunk"; + homepage = "https://github.com/trunk-rs/trunk"; description = "Build, bundle & ship your Rust WASM application to the web"; maintainers = with maintainers; [ freezeboy ]; license = with licenses; [ asl20 ];