summaryrefslogtreecommitdiff
path: root/Modulefile
diff options
context:
space:
mode:
authorSergey Stankevich <sergey@stankevi.ch>2013-06-12 11:41:30 -0700
committerSergey Stankevich <sergey@stankevi.ch>2013-06-12 11:41:30 -0700
commit5d26f95cd38676bfd8191e3c150db488429ae099 (patch)
tree1af4bec30a71cc260eb0cf96052b00602ef02ada /Modulefile
parent9aae0a0b63657a81225a2a670c9a9c89bbed2ff4 (diff)
parent07e6cc6b3d2afa25be0ae829c5bff8385c2815f3 (diff)
Merge pull request #20 from fgimian/master
Stability & performance improvements along with a few new features (take what you wish)
Diffstat (limited to 'Modulefile')
-rw-r--r--Modulefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Modulefile b/Modulefile
index c7f2f97..3fe4033 100644
--- a/Modulefile
+++ b/Modulefile
@@ -1,9 +1,9 @@
name 'puppet-python'
-version '1.0.0'
+version '1.1.4'
-author 'Sergey Stankevich'
+author 'Fotis Gimian'
license 'Apache License, Version 2.0'
-project_page 'https://github.com/stankevich/puppet-python'
-source 'git://github.com/stankevich/puppet-python'
+project_page 'https://github.com/fgimian/puppet-python'
+source 'git://github.com/fgimian/puppet-python'
summary 'Puppet module for Python'
description 'Installs and manages Python, pip, virtualenv, Gunicorn virtual hosts.'