Commit c5ac7041 authored by FliegendeWurst's avatar FliegendeWurst
Browse files

assh: remove zzamboni from maintainers

parent e34f2c09
Loading
Loading
Loading
Loading
+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;
  };
}