summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Stankevich <sergey@stankevi.ch>2013-06-12 19:12:18 -0700
committerSergey Stankevich <sergey@stankevi.ch>2013-06-12 19:12:18 -0700
commitdd6d87326503e5f9e67651d66f0b7ab96ab91d7b (patch)
tree530ee527cc6e5171a3c2e5f585e03f1d692eaa58
parent5d26f95cd38676bfd8191e3c150db488429ae099 (diff)
parent006692eceb86079ab4c0976c978d705b160217f0 (diff)
Merge pull request #22 from fgimian/master
Reverted documentation to reflect Sergey as the primary owner now that my earlier pull request was merged
-rw-r--r--Modulefile6
-rw-r--r--README.md10
2 files changed, 7 insertions, 9 deletions
diff --git a/Modulefile b/Modulefile
index 3fe4033..6bfbe7a 100644
--- a/Modulefile
+++ b/Modulefile
@@ -1,9 +1,9 @@
name 'puppet-python'
version '1.1.4'
-author 'Fotis Gimian'
+author 'Sergey Stankevich'
license 'Apache License, Version 2.0'
-project_page 'https://github.com/fgimian/puppet-python'
-source 'git://github.com/fgimian/puppet-python'
+project_page 'https://github.com/stankevich/puppet-python'
+source 'git://github.com/stankevich/puppet-python'
summary 'Puppet module for Python'
description 'Installs and manages Python, pip, virtualenv, Gunicorn virtual hosts.'
diff --git a/README.md b/README.md
index 9e35e36..971bbe8 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,9 @@
-[puppet-python](https://github.com/fgimian/puppet-python)
+[puppet-python](https://github.com/stankevich/puppet-python)
======
-This project was forked from [stankevich's Github page](https://github.com/stankevich/puppet-python)
+Puppet module for installing and managing python, pip, virtualenvs and Gunicorn virtual hosts.
-Puppet module for installing and managing python, pip, virtualenvs and Gunicorn virtual hosts. This fork makes several fundamental changes to the core of this module, adding some additional features, improving performance and making operations more robust in general.
-
-**Version 1.1.x Notes (fgimian fork)**
+**Version 1.1.x Notes**
Version 1.1.x makes several fundamental changes to the core of this module, adding some additional features, improving performance and making operations more robust in general.
@@ -20,7 +18,7 @@ Currently, the changes you need to make are as follows:
``` bash
cd /etc/puppet/modules
-git clone git://github.com/fgimian/puppet-python.git python
+git clone git://github.com/stankevich/puppet-python.git python
```
## Usage