libnfs: fix eval

This commit is contained in:
Robin Gloster 2017-09-27 16:27:32 +02:00
parent 4398872523
commit c0235ef611
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -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;
};