From 85cba39704aa90dfa6d33bd05e57996d112165f4 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Wed, 29 Nov 2023 17:41:04 -0600 Subject: [PATCH] rtx: change username of repo owner I changed my username from jdxcode -> jdx --- pkgs/tools/misc/rtx/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/rtx/default.nix b/pkgs/tools/misc/rtx/default.nix index f51b896159a4..51cba8e4b375 100644 --- a/pkgs/tools/misc/rtx/default.nix +++ b/pkgs/tools/misc/rtx/default.nix @@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec { version = "2023.11.2"; src = fetchFromGitHub { - owner = "jdxcode"; + owner = "jdx"; repo = "rtx"; rev = "v${version}"; hash = "sha256-OdqHyxqufJJTfP7frjLKf5R0WNySDyZc7Sh0Mpdord0="; @@ -62,9 +62,9 @@ rustPlatform.buildRustPackage rec { }; meta = { - homepage = "https://github.com/jdxcode/rtx"; + homepage = "https://github.com/jdx/rtx"; description = "Polyglot runtime manager (asdf rust clone)"; - changelog = "https://github.com/jdxcode/rtx/releases/tag/v${version}"; + changelog = "https://github.com/jdx/rtx/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ konradmalik ]; mainProgram = "rtx";