Unverified Commit 132f7c8e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #307445 from Ashvith10/remove-maintainer-ashvith-shetty

maintainers: remove ashvith-shetty
parents 1cfff78c d43f5191
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
})