tRename project to "scribo" - scribo - Email-based phlog generator
 (HTM) git clone git://git.z3bra.org/scribo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c0cb6ad8079571c03c4442a600cf2477c41abae8
 (DIR) parent 1c682cbba573efade479d76b4282aa02e15dff73
 (HTM) Author: Willy Goiffon <dev@z3bra.org>
       Date:   Sun,  6 Sep 2020 19:30:50 +0200
       
       Rename project to "scribo"
       
       Diffstat:
         M makefile                            |       2 +-
         R mailog.c -> scribo.c                |       0 
       
       2 files changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/makefile b/makefile
       t@@ -1,6 +1,6 @@
        include config.mk
        
       -mailog: mailog.o rfc5322.o
       +scribo: scribo.o rfc5322.o
        
        clean:
                rm -f mailog *.o
 (DIR) diff --git a/mailog.c b/scribo.c