summary refs log tree commit diff
path: root/pkgs/tools/security/pcsc-scm-scl011
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2020-10-02 15:24:55 +0200
committerJon <jonringer@users.noreply.github.com>2020-10-02 09:01:35 -0700
commiteb013e679e0704075e816d1c41bbebed0a27fed9 (patch)
tree664d07f6b7716a152fa5bf458f889498edc46f4c /pkgs/tools/security/pcsc-scm-scl011
parentb13353243454bdc560d3492bb40de279487827c0 (diff)
downloadnixpkgs-eb013e679e0704075e816d1c41bbebed0a27fed9.tar
nixpkgs-eb013e679e0704075e816d1c41bbebed0a27fed9.tar.gz
nixpkgs-eb013e679e0704075e816d1c41bbebed0a27fed9.tar.bz2
nixpkgs-eb013e679e0704075e816d1c41bbebed0a27fed9.tar.lz
nixpkgs-eb013e679e0704075e816d1c41bbebed0a27fed9.tar.xz
nixpkgs-eb013e679e0704075e816d1c41bbebed0a27fed9.tar.zst
nixpkgs-eb013e679e0704075e816d1c41bbebed0a27fed9.zip
pcsc-scm-scl: manually correct wrongly automatically changed url
Diffstat (limited to 'pkgs/tools/security/pcsc-scm-scl011')
-rw-r--r--pkgs/tools/security/pcsc-scm-scl011/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/pcsc-scm-scl011/default.nix b/pkgs/tools/security/pcsc-scm-scl011/default.nix
index 72dd97c4027..02e38bbe249 100644
--- a/pkgs/tools/security/pcsc-scm-scl011/default.nix
+++ b/pkgs/tools/security/pcsc-scm-scl011/default.nix
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "SCM Microsystems SCL011 chipcard reader user space driver";
-    homepage = "https://www.scm-pc-card.de/index.php?lang=enhttp://www.scm-pc-card.de/index.php?lang=en&page=product&function=show_product&product_id=630page=producthttp://www.scm-pc-card.de/index.php?lang=en&page=product&function=show_product&product_id=630function=show_producthttp://www.scm-pc-card.de/index.php?lang=en&page=product&function=show_product&product_id=630product_id=630";
+    homepage = "https://www.scm-pc-card.de/index.php?lang=en&page=product&function=show_product&product_id=630";
     downloadPage = "https://support.identiv.com/scl010-scl011/";
     license = licenses.unfreeRedistributable;
     maintainers = with maintainers; [ sephalon ];