Skip to content

Commit bcd3a2a

Browse files
committed
Updated author information
1 parent bd2ac28 commit bcd3a2a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Copyright (c) 2011 Juho Vepsäläinen
1+
Copyright (c) 2011 - 2021 Juho Vepsäläinen
2+
Copyright (c) 2022 Jessica Tegner
23

34
Permission is hereby granted, free of charge, to any person obtaining
45
a copy of this software and associated documentation files (the

pypandoc/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
from .handler import _check_log_handler, logger
1515
from .pandoc_download import DEFAULT_TARGET_FOLDER, download_pandoc
1616

17-
__author__ = "Juho Vepsäläinen"
18-
__author_email__ = "bebraw@gmail.com"
17+
__author__ = "Juho Vepsäläinen; Maintained by Jessica Tegner"
18+
__author_email__ = "jessica@jessicategner.com"
1919
__maintainer__ = "Jessica Tegner"
2020
__url__ = "https://github.com/JessicaTegner/pypandoc"
2121
__version__ = "1.15"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pypandoc"
33
version = "1.15"
44
description = "Thin wrapper for pandoc"
5-
authors = ["JessicaTegner <jessica.tegneroutlook.com>"]
5+
authors = ["JessicaTegner <jessica@jessicategner.com>"]
66
license = "MIT"
77
readme = "README.md"
88
repository = "https://github.com/JessicaTegner/pypandoc"

0 commit comments

Comments
 (0)