Skip to content

Commit 8b215aa

Browse files
committed
Take over maintainership, move it to Vimjas org
1 parent 7dfebca commit 8b215aa

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
vim-python-pep8-indent
22
======================
33

4-
.. image:: https://travis-ci.org/hynek/vim-python-pep8-indent.png?branch=travis
5-
:target: https://travis-ci.org/hynek/vim-python-pep8-indent
4+
.. image:: https://travis-ci.org/Vimjas/vim-python-pep8-indent.png?branch=master
5+
:target: https://travis-ci.org/Vimjas/vim-python-pep8-indent
66

77
This small script modifies Vim_’s indentation behavior to comply with PEP8_ and my aesthetic preferences.
88
Most importantly::
@@ -30,7 +30,7 @@ Follow the instructions on installing Pathogen_ and then:
3030
.. code-block:: shell-session
3131
3232
$ cd ~/.vim/bundle
33-
$ git clone https://github.com/hynek/vim-python-pep8-indent.git
33+
$ git clone https://github.com/Vimjas/vim-python-pep8-indent.git
3434
3535
3636
Vundle
@@ -40,7 +40,7 @@ Follow the instructions on installing Vundle_ and add the appropriate plugin lin
4040

4141
.. code-block:: vim
4242
43-
Plugin 'hynek/vim-python-pep8-indent'
43+
Plugin 'Vimjas/vim-python-pep8-indent'
4444
4545
4646
NeoBundle
@@ -50,7 +50,7 @@ Follow the instructions on installing NeoBundle_ and add the appropriate NeoBund
5050

5151
.. code-block:: vim
5252
53-
NeoBundle 'hynek/vim-python-pep8-indent'
53+
NeoBundle 'Vimjas/vim-python-pep8-indent'
5454
5555
5656
Configuration

indent/python.vim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
" PEP8 compatible Python indent file
22
" Language: Python
3-
" Maintainer: Hynek Schlawack <hs@ox.cx>
3+
" Maintainer: Daniel Hahler <https://daniel.hahler.de/>
4+
" Prev Maintainer: Hynek Schlawack <hs@ox.cx>
45
" Prev Maintainer: Eric Mc Sween <em@tomcom.de> (address invalid)
56
" Original Author: David Bustos <bustos@caltech.edu> (address invalid)
67
" License: CC0
@@ -9,6 +10,7 @@
910
" Written in 2004 by David Bustos <bustos@caltech.edu>
1011
" Maintained from 2004-2005 by Eric Mc Sween <em@tomcom.de>
1112
" Maintained from 2013 by Hynek Schlawack <hs@ox.cx>
13+
" Maintained from 2017 by Daniel Hahler <https://daniel.hahler.de/>
1214
"
1315
" To the extent possible under law, the author(s) have dedicated all copyright
1416
" and related and neighboring rights to this software to the public domain

0 commit comments

Comments
 (0)