diff --git a/pkgs/by-name/st/statix/package.nix b/pkgs/by-name/st/statix/package.nix index 764252f1b880..47584707d2fa 100644 --- a/pkgs/by-name/st/statix/package.nix +++ b/pkgs/by-name/st/statix/package.nix @@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec { version = "0.5.8"; src = fetchFromGitHub { - owner = "nerdypepper"; + owner = "oppiliappan"; repo = "statix"; rev = "v${version}"; sha256 = "sha256-bMs3XMiGP6sXCqdjna4xoV6CANOIWuISSzCaL5LYY4c="; @@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Lints and suggestions for the nix programming language"; - homepage = "https://github.com/nerdypepper/statix"; + homepage = "https://github.com/oppiliappan/statix"; license = licenses.mit; mainProgram = "statix"; maintainers = with maintainers; [