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

maintainers: remove zzamboni (#351613)

parents 515a9697 7bbd97e2
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -24275,12 +24275,6 @@
    githubId = 71881325;
    name = "Stefan Bordei";
  };
  zzamboni = {
    email = "diego@zzamboni.org";
    github = "zzamboni";
    githubId = 32876;
    name = "Diego Zamboni";
  };
  zzzsy = {
    email = "me@zzzsy.top";
    github = "zzzsyyy";
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ buildGoModule rec {
    homepage = "https://github.com/moul/assh";
    changelog = "https://github.com/moul/assh/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ zzamboni ];
    maintainers = with maintainers; [ ];
    platforms = with platforms; linux ++ darwin;
  };
}