fishPlugins.autopair: add figsoda as a maintainer

This commit is contained in:
figsoda 2023-03-10 13:10:53 -05:00
parent fad7304030
commit b18978c3f3

View file

@ -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 ];
};
}