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

fishPlugins.{autopair,hydro}}: remove self from maintainers (#464745)

parents a29d6704 591be9d9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ buildFishPlugin rec {
    license = licenses.mit;
    maintainers = with maintainers; [
      kidonng
      pyrox0
    ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@ buildFishPlugin {
    description = "Ultra-pure, lag-free prompt with async Git status";
    homepage = "https://github.com/jorgebucaran/hydro";
    license = licenses.mit;
    maintainers = with maintainers; [ pyrox0 ];
    maintainers = [ ];
  };
}