aboutsummaryrefslogtreecommitdiff
path: root/git-email.scm
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite Guix package definitionXinglu Chen2021-05-251-103/+0
| | | | | | | | | | | | * git-email.scm: Rename to ... * guix.scm: ... this, and remove the package for the stable release. I will hopefully get around to package it in Guix proper someday... * doc/git-email.texi (Installation): Add node for installing with Guix. (Contributing): Add instructions for creating a development environment with Guix. Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
* Add Guix package definition.Xinglu Chen2021-03-131-0/+103
* git-email.scm: New file.