statix: update github username NerdyPepper -> oppiliappan

This commit is contained in:
Shahar "Dawn" Or
2025-08-31 21:34:12 +07:00
parent 32558c5e22
commit 1b52931873
+2 -2
View File
@@ -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; [