Commit 5b268e13 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

fishPlugins.plugin-git: add GaetanLepage to maintainers

parent c25c4d49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}