aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/git.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2017-09-26 23:40:31 +0200
committerRobert Helgesson <robert@rycee.net>2017-09-26 23:40:31 +0200
commita8e08d14bbc08137cf12c79818ad6f381ded287d (patch)
tree3827634b541b6b4a8d7c96115899e7c3a768cf2d /modules/programs/git.nix
parentbf9b9026d9b8b060332b19f7d120da1ae6a3380f (diff)
Mark rycee as maintainer for a bunch of modules
Diffstat (limited to 'modules/programs/git.nix')
-rw-r--r--modules/programs/git.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/programs/git.nix b/modules/programs/git.nix
index 1616dcb4a78..c8dab199ce1 100644
--- a/modules/programs/git.nix
+++ b/modules/programs/git.nix
@@ -31,6 +31,8 @@ let
in
{
+ meta.maintainers = [ maintainers.rycee ];
+
options = {
programs.git = {
enable = mkEnableOption "Git";