Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Commit 1d13f69

Browse files
committed
Alter repository url and travis badge to kobinpy
1 parent 909850c commit 1d13f69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
wsgi-static-middleware
22
======================
33

4-
.. image:: https://travis-ci.org/c-bata/wsgi-static-middleware.svg?branch=master
5-
:target: https://travis-ci.org/c-bata/wsgi-static-middleware
4+
.. image:: https://travis-ci.org/kobinpy/wsgi-static-middleware.svg?branch=master
5+
:target: https://travis-ci.org/kobinpy/wsgi-static-middleware
66

77
.. image:: https://badge.fury.io/py/wsgi-static-middleware.svg
88
:target: https://badge.fury.io/py/wsgi-static-middleware

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
version=__version__,
2626
author=__author__,
2727
author_email=__author_email__,
28-
url='https://github.com/c-bata/wsgi-static-middleware',
28+
url='https://github.com/kobinpy/wsgi-static-middleware',
2929
description='WSGI Middleware for serving static files',
3030
long_description=README,
3131
classifiers=__classifiers__,

0 commit comments

Comments
 (0)