Skip to content

Commit 006692e

Browse files
committed
Reverted documentation to reflect Sergey as the owner now that the pull request was accepted
1 parent 5d26f95 commit 006692e

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

Modulefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name 'puppet-python'
22
version '1.1.4'
33

4-
author 'Fotis Gimian'
4+
author 'Sergey Stankevich'
55
license 'Apache License, Version 2.0'
6-
project_page 'https://github.com/fgimian/puppet-python'
7-
source 'git://github.com/fgimian/puppet-python'
6+
project_page 'https://github.com/stankevich/puppet-python'
7+
source 'git://github.com/stankevich/puppet-python'
88
summary 'Puppet module for Python'
99
description 'Installs and manages Python, pip, virtualenv, Gunicorn virtual hosts.'

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
[puppet-python](https://github.com/fgimian/puppet-python)
1+
[puppet-python](https://github.com/stankevich/puppet-python)
22
======
33

4-
This project was forked from [stankevich's Github page](https://github.com/stankevich/puppet-python)
4+
Puppet module for installing and managing python, pip, virtualenvs and Gunicorn virtual hosts.
55

6-
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.
7-
8-
**Version 1.1.x Notes (fgimian fork)**
6+
**Version 1.1.x Notes**
97

108
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.
119

@@ -20,7 +18,7 @@ Currently, the changes you need to make are as follows:
2018

2119
``` bash
2220
cd /etc/puppet/modules
23-
git clone git://github.com/fgimian/puppet-python.git python
21+
git clone git://github.com/stankevich/puppet-python.git python
2422
```
2523

2624
## Usage

0 commit comments

Comments
 (0)