Skip to content

Commit 4becb4e

Browse files
committed
Updated readme and config
1 parent 4c00aba commit 4becb4e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pypandoc
22

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)
55
[![GitHub Releases](https://img.shields.io/github/tag/bebraw/pypandoc.svg?label=github+release)](https://github.com/bebraw/pypandoc/releases)
66
[![PyPI version](https://badge.fury.io/py/pypandoc.svg)](https://pypi.python.org/pypi/pypandoc/)
77
[![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
278278

279279
## Contributors
280280

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
282282
* [Valentin Haenel](https://github.com/esc) - String conversion fix
283283
* [Daniel Sanchez](https://github.com/ErunamoJAZZ) - Automatic parsing of input/output formats
284284
* [Thomas G.](https://github.com/coldfix) - Python 3 support

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name = "pypandoc"
33
version = "1.8.1"
44
description = "Thin wrapper for pandoc"
5-
authors = ["NicklasTegner <[email protected]>"]
5+
authors = ["JessicaTegner <jessica.tegneroutlook.com>"]
66
license = "MIT"
77
readme = "README.md"
8-
repository = "https://github.com/NicklasTegner/pypandoc"
8+
repository = "https://github.com/JessicaTegner/pypandoc"
99

1010
classifiers = [
1111
'Development Status :: 4 - Beta',
@@ -41,5 +41,5 @@ requires = ["poetry-core>=1.0.0"]
4141
build-backend = "poetry.core.masonry.api"
4242

4343
[tool.poetry.urls]
44-
"Issue Tracker" = "https://github.com/NicklasTegner/pypandoc/issues"
44+
"Issue Tracker" = "https://github.com/JessicaTegner/pypandoc/issues"
4545

0 commit comments

Comments
 (0)