diff options
Diffstat (limited to 'lib/config.ml')
-rw-r--r-- | lib/config.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config.ml b/lib/config.ml index d47101f..c391c43 100644 --- a/lib/config.ml +++ b/lib/config.ml @@ -1,2 +1,2 @@ let git_directory = Filename.concat (Unix.getenv "HOME") "git" -let author = "Marius Peter" +let author = "Marius PETER" |