Skip to content

Commit

Permalink
Merge pull request #229 from openzim/update-publisher-openzim
Browse files Browse the repository at this point in the history
Update publisher metadata from 'Kiwix' to 'openZIM'
  • Loading branch information
kelson42 authored Mar 1, 2024
2 parents 008ce86 + 2caf3a3 commit a58bb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/export/converters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const exportTarget = async (target: Target, bananaI18n: Banana) => {
Title: bananaI18n.getMessage('zim-title'),
Description: bananaI18n.getMessage('zim-description'),
Creator: 'University of Colorado',
Publisher: 'Kiwix',
Publisher: 'openZIM',
Language: iso6393LanguageCodes.join(','),
Date: `${target.date.getUTCFullYear()}-${(target.date.getUTCMonth() + 1).toString().padStart(2, '0')}-${target.date.getUTCDate().toString().padStart(2, '0')}`,
Tags: '_category:phet;_pictures:yes;_videos:no',
Expand Down

0 comments on commit a58bb7b

Please sign in to comment.