tweak(file-templates): use NAME <EMAIL> for Author: line

Instead of the github URL. No guarantee the user is a github user.
This commit is contained in:
Henrik Lissner 2022-02-23 13:53:17 +01:00
parent a2b931e4c9
commit 6ab43ff252
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -2,7 +2,7 @@
;;
;; Copyright (C) `(format-time-string "%Y")` `user-full-name`
;;
;; Author: `user-full-name` <https://github.com/`(cl-find-if-not #'string-empty-p (list (cdr (doom-call-process "git" "config" "github.user")) user-login-name))`>
;; Author: `user-full-name` <`user-mail-address`>
;; Maintainer: `user-full-name` <`user-mail-address`>
;; Created: `(format-time-string "%B %d, %Y")`
;; Modified: `(format-time-string "%B %d, %Y")`