Unverified Commit d43f5191 authored by Ashvith Shetty's avatar Ashvith Shetty
Browse files

maintainers: remove ashvith-shetty

parent 56723b47
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 = [ ];
  };
})