treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -34,7 +34,7 @@ buildPythonPackage rec {
|
||||
nativeBuildInputs = [ swig ];
|
||||
|
||||
meta = {
|
||||
homepage = https://pyscard.sourceforge.io/;
|
||||
homepage = "https://pyscard.sourceforge.io/";
|
||||
description = "Smartcard library for python";
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
maintainers = with stdenv.lib.maintainers; [ layus ];
|
||||
|
||||
Reference in New Issue
Block a user