diff options
Diffstat (limited to 'lang/python/examples/decryption-filter.py')
-rw-r--r-- | lang/python/examples/decryption-filter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/examples/decryption-filter.py b/lang/python/examples/decryption-filter.py index 4d99330b..1b04184c 100644 --- a/lang/python/examples/decryption-filter.py +++ b/lang/python/examples/decryption-filter.py @@ -13,7 +13,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, see <http://www.gnu.org/licenses/>. +# along with this program; if not, see <https://www.gnu.org/licenses/>. """A decryption filter This demonstrates decryption using gpg3 in three lines of code. To |