summary refs log tree commit diff
path: root/pkgs/development/libraries/libnfs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/libnfs')
-rw-r--r--pkgs/development/libraries/libnfs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libnfs/default.nix b/pkgs/development/libraries/libnfs/default.nix
index ab59867283e..d9149a1fbac 100644
--- a/pkgs/development/libraries/libnfs/default.nix
+++ b/pkgs/development/libraries/libnfs/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "NFS client library";
     homepage    = https://github.com/sahlberg/libnfs;
-    license     = with licenses; [ lgpl2 gpl3];
+    license     = with licenses; [ lgpl2 bsd2 gpl3 ];
     maintainers = with maintainers; [ peterhoeg ];
     platforms   = platforms.unix;
   };