diff options
author | Ben Sima <ben@bsima.me> | 2019-03-12 10:05:23 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-03-12 10:05:23 -0700 |
commit | e4cb9cf9afa6474a2824b139623afa643b7506b9 (patch) | |
tree | 02c46fad07cc2a3549289120d62eda55a168ba33 | |
parent | 935b5e51223d2c03b9447276e4e179da481a2ea6 (diff) |
Use stgit instead of git send-email
-rw-r--r-- | common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ in userName = "Ben Sima"; userEmail = "ben@bsima.me"; ignores = [ "*~" "*.swp" ]; - package = pkgs.gitAndTools.gitFull; + package = pkgs.gitAndTools.stgit; aliases = { authors = "shortlog -s -n"; }; |