rtx: change username of repo owner
I changed my username from jdxcode -> jdx
This commit is contained in:
parent
ef13e20509
commit
85cba39704
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
version = "2023.11.2";
|
version = "2023.11.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jdxcode";
|
owner = "jdx";
|
||||||
repo = "rtx";
|
repo = "rtx";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-OdqHyxqufJJTfP7frjLKf5R0WNySDyZc7Sh0Mpdord0=";
|
hash = "sha256-OdqHyxqufJJTfP7frjLKf5R0WNySDyZc7Sh0Mpdord0=";
|
||||||
|
@ -62,9 +62,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/jdxcode/rtx";
|
homepage = "https://github.com/jdx/rtx";
|
||||||
description = "Polyglot runtime manager (asdf rust clone)";
|
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;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ konradmalik ];
|
maintainers = with lib.maintainers; [ konradmalik ];
|
||||||
mainProgram = "rtx";
|
mainProgram = "rtx";
|
||||||
|
|
Loading…
Reference in a new issue