diff --git a/src/sshkey_tools/__version__.py b/src/sshkey_tools/__version__.py index 9f2e390..a1f26bb 100644 --- a/src/sshkey_tools/__version__.py +++ b/src/sshkey_tools/__version__.py @@ -15,7 +15,7 @@ # Author and license information __author__ = "Lars Scheibling" __author_email__ = "lars@scheibling.se" -__license__ = "GnuPG 3.0" +__license__ = "GPL-3.0-or-later" # URL to the project __url__ = f"https://github.com/scheiblingco/{__title__}"