You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by wa...@apache.org on 2019/11/21 21:42:22 UTC

[petri-site] branch master updated: Update pelicanconf.py

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 7155338  Update pelicanconf.py
7155338 is described below

commit 7155338f50f1eb6c2a9cfed29f36d00006de7415
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Thu Nov 21 13:42:16 2019 -0800

    Update pelicanconf.py
    
    Tiny fix
---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index bb1f262..ebf2604 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -7,7 +7,7 @@ import sys
 import os
 
 
-AUTHOR = u'PetriCommunity'
+AUTHOR = u'Petri Community'
 SITENAME = u'Apache Petri'
 SITEURL = ''
 CURRENTYEAR = date.today().year