From 5df295339a9d14cc52c6b5a9b532c5d79ac4ff4d Mon Sep 17 00:00:00 2001 From: Sam <30577766+Samasaur1@users.noreply.github.com> Date: Sat, 28 Dec 2024 19:06:49 -0800 Subject: [PATCH] jujutsu: update owner; change from rev to tag --- pkgs/by-name/ju/jujutsu/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ju/jujutsu/package.nix b/pkgs/by-name/ju/jujutsu/package.nix index 9e51be435988..750ce685575b 100644 --- a/pkgs/by-name/ju/jujutsu/package.nix +++ b/pkgs/by-name/ju/jujutsu/package.nix @@ -29,9 +29,9 @@ rustPlatform.buildRustPackage { inherit version; src = fetchFromGitHub { - owner = "martinvonz"; + owner = "jj-vcs"; repo = "jj"; - rev = "v${version}"; + tag = "v${version}"; hash = "sha256-XsD4P2UygZFcnlV2o3E/hRRgsGjwKw1r9zniEeAk758"; }; @@ -110,8 +110,8 @@ rustPlatform.buildRustPackage { meta = { description = "Git-compatible DVCS that is both simple and powerful"; - homepage = "https://github.com/martinvonz/jj"; - changelog = "https://github.com/martinvonz/jj/blob/v${version}/CHANGELOG.md"; + homepage = "https://github.com/jj-vcs/jj"; + changelog = "https://github.com/jj-vcs/jj/blob/v${version}/CHANGELOG.md"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ _0x4A6F