fishPlugins.fzf-fish: add natsukium to maintainers

This commit is contained in:
natsukium
2023-04-03 22:37:06 +09:00
parent e00db8e1fe
commit f95d6c4cc2
+1 -1
View File
@@ -39,6 +39,6 @@ buildFishPlugin rec {
description = "Augment your fish command line with fzf key bindings";
homepage = "https://github.com/PatrickF1/fzf.fish";
license = licenses.mit;
maintainers = with maintainers; [ pacien ];
maintainers = with maintainers; [ pacien natsukium ];
};
}