From 33241673312f56a23413e629b4be5f29fd9d3b66 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sat, 17 Apr 2021 18:48:21 +0200 Subject: [PATCH] Fix handler_test URL --- .../src/vpicc/virtualsmartcard/cards/HandlerTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualsmartcard/src/vpicc/virtualsmartcard/cards/HandlerTest.py b/virtualsmartcard/src/vpicc/virtualsmartcard/cards/HandlerTest.py index f57f926..8ae34a7 100644 --- a/virtualsmartcard/src/vpicc/virtualsmartcard/cards/HandlerTest.py +++ b/virtualsmartcard/src/vpicc/virtualsmartcard/cards/HandlerTest.py @@ -25,7 +25,7 @@ import logging class HandlerTestOS(SmartcardOS): """ This class implements the commands used for the PC/SC-lite smart card - reader driver tester. See http://pcsclite.alioth.debian.org/pcsclite.html + reader driver tester. See https://salsa.debian.org/rousseau/HandlerTest and handler_test(1). """ def __init__(self):