Skip to content

Commit

Permalink
Merge pull request #78 from zevlee/chore/update-copyright-year
Browse files Browse the repository at this point in the history
chore: Update copyright year in app
  • Loading branch information
zevlee authored Oct 11, 2024
2 parents ba3f3fe + 16d81dd commit 929f76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passphraser/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self, parent):
transient_for=parent,
program_name=APPNAME,
version=__version__,
copyright="Copyright © 2021-2023 Zev Lee",
copyright="Copyright © 2021-2024 Zev Lee",
license_type=Gtk.License.MIT_X11,
website="https://github.com/zevlee/passphraser",
website_label="Homepage"
Expand Down

0 comments on commit 929f76e

Please sign in to comment.