Commit b18978c3 authored by figsoda's avatar figsoda
Browse files

fishPlugins.autopair: add figsoda as a maintainer

parent fad73040
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,6 +15,6 @@ buildFishPlugin rec {
    description = "Auto-complete matching pairs in the Fish command line";
    homepage = "https://github.com/jorgebucaran/autopair.fish";
    license = licenses.mit;
    maintainers = with maintainers; [ kidonng thehedgeh0g ];
    maintainers = with maintainers; [ figsoda kidonng thehedgeh0g ];
  };
}