aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-pyopenssl/files/patch-src-OpenSSL-version.py
blob: f5e2c1252144e3c2bbe98c82c622e8beccc5efd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/OpenSSL/version.py.orig	2025-09-17 00:31:40 UTC
+++ src/OpenSSL/version.py
@@ -19,7 +19,7 @@ __version__ = "25.3.0"
 
 __version__ = "25.3.0"
 
-__title__ = "pyOpenSSL"
+__title__ = "pyopenssl"
 __uri__ = "https://pyopenssl.org/"
 __summary__ = "Python wrapper module around the OpenSSL library"
 __author__ = "The pyOpenSSL developers"