summary refs log tree commit diff
path: root/pkgs/development/libraries/libp11
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2017-03-18 19:41:23 +0100
committerGitHub <noreply@github.com>2017-03-18 19:41:23 +0100
commit1a47f967112b080bc3e73bb627829754aaaf524d (patch)
tree2fa53b6de06e31cb61fbae4a37616399dc26402e /pkgs/development/libraries/libp11
parent498cc60f9008fc33648d6e99d065ea0a647f5369 (diff)
downloadnixpkgs-1a47f967112b080bc3e73bb627829754aaaf524d.tar
nixpkgs-1a47f967112b080bc3e73bb627829754aaaf524d.tar.gz
nixpkgs-1a47f967112b080bc3e73bb627829754aaaf524d.tar.bz2
nixpkgs-1a47f967112b080bc3e73bb627829754aaaf524d.tar.lz
nixpkgs-1a47f967112b080bc3e73bb627829754aaaf524d.tar.xz
nixpkgs-1a47f967112b080bc3e73bb627829754aaaf524d.tar.zst
nixpkgs-1a47f967112b080bc3e73bb627829754aaaf524d.zip
Update default.nix
Diffstat (limited to 'pkgs/development/libraries/libp11')
-rw-r--r--pkgs/development/libraries/libp11/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libp11/default.nix b/pkgs/development/libraries/libp11/default.nix
index b049a8ba65d..26e754317df 100644
--- a/pkgs/development/libraries/libp11/default.nix
+++ b/pkgs/development/libraries/libp11/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     homepage = https://github.com/OpenSC/libp11;
-    license = "LGPL";
+    license = licenses.lgpl21Plus;
     description = "Small layer on top of PKCS#11 API to make PKCS#11 implementations easier";
     platforms = platforms.all;
   };