Skip to content

Commit c73298a

Browse files
committed
Update owner (of this fork)
1 parent e67e764 commit c73298a

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

LICENSE

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Copyright © 2012-2013 by Concordus Applications, Inc.
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2014 Ryan Leckey
24

35
Permission is hereby granted, free of charge, to any person obtaining a copy
46
of this software and associated documentation files (the "Software"), to deal

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# python-xmlsec
2-
[![Build Status](https://travis-ci.org/concordusapps/python-xmlsec.png?branch=master)](https://travis-ci.org/concordusapps/python-xmlsec)
2+
[![Build Status](https://travis-ci.org/mehcode/python-xmlsec.png?branch=master)](https://travis-ci.org/mehcode/python-xmlsec)
33
[![PyPi Version](https://pypip.in/v/xmlsec/badge.png)](https://pypi.python.org/pypi/xmlsec)
44
![PyPi Downloads](https://pypip.in/d/xmlsec/badge.png)
55
> Python bindings for the XML Security Library.
66
77
## Usage
88

9-
Check the [examples](https://github.com/concordusapps/python-xmlsec/tree/master/tests/examples) to see various examples of signing and verifying using the library.
9+
Check the [examples](https://github.com/mehcode/python-xmlsec/tree/master/tests/examples) to see various examples of signing and verifying using the library.
1010

1111
## Install
1212

@@ -42,7 +42,7 @@ include the appropriate files from the libxml2 and libxmlsec1 libraries.
4242
1. Clone the **xmlsec** repository to your local computer.
4343

4444
```sh
45-
git clone git://github.com/concordusapps/python-xmlsec.git
45+
git clone git://github.com/mehcode/python-xmlsec.git
4646
```
4747

4848
2. Change into the **xmlsec** root directory.

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ def make_extension(name, cython=True):
122122
'Programming Language :: Python :: 3.3',
123123
'Topic :: Text Processing :: Markup :: XML'
124124
],
125-
author='Concordus Applications',
126-
author_email='support@concordusapps.com',
127-
url='https://github.com/concordusapps/python-xmlsec',
125+
author='Ryan Leckey',
126+
author_email='support@mehcode.com',
127+
url='https://github.com/mehcode/python-xmlsec',
128128
setup_requires=[
129129
'setuptools_cython',
130130
'pkgconfig',

0 commit comments

Comments
 (0)