about summary refs log tree commit diff
path: root/pkgs/tools/security/eid-mw
diff options
context:
space:
mode:
authorCharlotte Van Petegem <charlotte@vanpetegem.me>2021-06-08 09:51:02 +0200
committerCharlotte Van Petegem <charlotte@vanpetegem.me>2021-06-08 09:51:02 +0200
commitd29130cf2356858576f3b5592a8cbf8b535991a0 (patch)
tree8b655ad649f242294441a4af7f1843cd840ce9f8 /pkgs/tools/security/eid-mw
parent45096ecfdc369b91c35fbcec16973533f626d1ca (diff)
eid-mw: use more specific license
Diffstat (limited to 'pkgs/tools/security/eid-mw')
-rw-r--r--pkgs/tools/security/eid-mw/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/eid-mw/default.nix b/pkgs/tools/security/eid-mw/default.nix
index 2be480db93dc9..a2a6caf2b1174 100644
--- a/pkgs/tools/security/eid-mw/default.nix
+++ b/pkgs/tools/security/eid-mw/default.nix
@@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Belgian electronic identity card (eID) middleware";
     homepage = "https://eid.belgium.be/en/using_your_eid/installing_the_eid_software/linux/";
-    license = licenses.lgpl3;
+    license = licenses.lgpl3Only;
     longDescription = ''
       Allows user authentication and digital signatures with Belgian ID cards.
       Also requires a running pcscd service and compatible card reader.