libnfs: fix broken meta.license attribute
A license called "bsd" does not exist. Ping @peterhoeg.
This commit is contained in:
parent
43b7e69d13
commit
4398872523
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "NFS client library";
|
description = "NFS client library";
|
||||||
homepage = https://github.com/sahlberg/libnfs;
|
homepage = https://github.com/sahlberg/libnfs;
|
||||||
license = with licenses; [ lgpl2 bsd gpl3];
|
license = with licenses; [ lgpl2 gpl3];
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user