Merge pull request #307445 from Ashvith10/remove-maintainer-ashvith-shetty
maintainers: remove ashvith-shetty
This commit is contained in:
commit
132f7c8ef6
2 changed files with 1 additions and 6 deletions
|
@ -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";
|
||||
|
|
|
@ -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 = [ ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue