Skip to content

Commit

Permalink
Merge pull request #165 from dan-niles/update-publisher
Browse files Browse the repository at this point in the history
Update publisher metadata from 'Kiwix' to 'openZIM'
  • Loading branch information
benoit74 authored Mar 8, 2024
2 parents 253b5ec + e3d2629 commit e5c6401
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Changed

- Changed default publisher metadata from 'Kiwix' to 'openZIM'

## [2.1.0] - 2024-01-08

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/ted2zim/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def main():
parser.add_argument("--creator", help="Name of content creator", default="TED")

parser.add_argument(
"--publisher", help="Custom publisher name (ZIM metadata)", default="Kiwix"
"--publisher", help="Custom publisher name (ZIM metadata)", default="openZIM"
)

parser.add_argument(
Expand Down

0 comments on commit e5c6401

Please sign in to comment.