fishPlugins.plugin-git: add GaetanLepage to maintainers

This commit is contained in:
Gaetan Lepage 2024-02-10 00:08:27 +01:00
parent c25c4d4933
commit 5b268e1313

View File

@ -16,6 +16,6 @@ buildFishPlugin rec {
homepage = "https://github.com/jhillyerd/plugin-git";
changelog = "https://github.com/jhillyerd/plugin-git/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ unsolvedcypher ];
maintainers = with maintainers; [ GaetanLepage unsolvedcypher ];
};
}