maintainers: remove ashvith-shetty

This commit is contained in:
Ashvith Shetty 2024-04-28 16:55:09 +05:30
parent 56723b4712
commit d43f5191f8
No known key found for this signature in database
2 changed files with 1 additions and 6 deletions

View File

@ -1791,11 +1791,6 @@
fingerprint = "409D 201E 9450 8732 A49E D0FC 6BDA F874 0068 08DF";
}];
};
ashvith-shetty = {
github = "Ashvith10";
githubId = 113123021;
name = "Ashvith Shetty";
};
asininemonkey = {
email = "nixpkgs@asininemonkey.com";
github = "asininemonkey";

View File

@ -31,6 +31,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/tau-OS/tau-hydrogen";
license = licenses.gpl3Only;
platforms = platforms.unix;
maintainers = with maintainers; [ ashvith-shetty ];
maintainers = [ ];
};
})