statix: update github username NerdyPepper -> oppiliappan
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user