discourage scraping

This commit is contained in:
John Bowdre 2023-08-04 09:59:36 -05:00
parent b2d4129850
commit 1a7a872c1c

View file

@ -6,7 +6,7 @@
graph = "log --decorate --oneline --graph";
fast-forward = "merge --ff-only";
};
userEmail = lib.mkDefault "john@bowdre.net";
userEmail = lib.concatStringsSep "" ["john@bo" "wdre.net"];
userName = lib.mkDefault "John Bowdre";
extraConfig = {
init.defaultBranch = "main";