File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# pypandoc
2
2
3
- [ ![ Build Status] ( https://travis-ci.com/NicklasTegner /pypandoc.svg?branch=master )] ( https://travis-ci.com/NicklasTegner /pypandoc )
4
- [ ![ Appveyor Build Status] ( https://ci.appveyor.com/api/projects/status/github/NicklasTegner /pypandoc?svg=true )] ( https://ci.appveyor.com/project/NicklasTegner /pypandoc )
3
+ [ ![ Build Status] ( https://travis-ci.com/JessicaTegner /pypandoc.svg?branch=master )] ( https://travis-ci.com/JessicaTegner /pypandoc )
4
+ [ ![ Appveyor Build Status] ( https://ci.appveyor.com/api/projects/status/github/JessicaTegner /pypandoc?svg=true )] ( https://ci.appveyor.com/project/JessicaTegner /pypandoc )
5
5
[ ![ GitHub Releases] ( https://img.shields.io/github/tag/bebraw/pypandoc.svg?label=github+release )] ( https://github.com/bebraw/pypandoc/releases )
6
6
[ ![ PyPI version] ( https://badge.fury.io/py/pypandoc.svg )] ( https://pypi.python.org/pypi/pypandoc/ )
7
7
[ ![ conda version] ( https://anaconda.org/conda-forge/pypandoc/badges/version.svg )] ( https://anaconda.org/conda-forge/pypandoc/ )
@@ -278,7 +278,7 @@ Note that for citeproc tests to pass you'll need to have [pandoc-citeproc](https
278
278
279
279
## Contributors
280
280
281
- * [ Nicklas Tegner] ( https://github.com/nicklastegner ) - New maintainer as of 1. Juli 2021
281
+ * [ Jessica Tegner] ( https://github.com/JessicaTegner ) - New maintainer as of 1. Juli 2021
282
282
* [ Valentin Haenel] ( https://github.com/esc ) - String conversion fix
283
283
* [ Daniel Sanchez] ( https://github.com/ErunamoJAZZ ) - Automatic parsing of input/output formats
284
284
* [ Thomas G.] ( https://github.com/coldfix ) - Python 3 support
Original file line number Diff line number Diff line change 2
2
name = " pypandoc"
3
3
version = " 1.8.1"
4
4
description = " Thin wrapper for pandoc"
5
- authors = [
" NicklasTegner <[email protected] >" ]
5
+ authors = [" JessicaTegner <jessica.tegneroutlook.com >" ]
6
6
license = " MIT"
7
7
readme = " README.md"
8
- repository = " https://github.com/NicklasTegner /pypandoc"
8
+ repository = " https://github.com/JessicaTegner /pypandoc"
9
9
10
10
classifiers = [
11
11
' Development Status :: 4 - Beta' ,
@@ -41,5 +41,5 @@ requires = ["poetry-core>=1.0.0"]
41
41
build-backend = " poetry.core.masonry.api"
42
42
43
43
[tool .poetry .urls ]
44
- "Issue Tracker" = " https://github.com/NicklasTegner /pypandoc/issues"
44
+ "Issue Tracker" = " https://github.com/JessicaTegner /pypandoc/issues"
45
45
You can’t perform that action at this time.
0 commit comments