Skip to content

Commit

Permalink
libnfs: fix broken meta.license attribute
Browse files Browse the repository at this point in the history
A license called "bsd" does not exist. Ping @peterhoeg.
  • Loading branch information
peti committed Sep 27, 2017
1 parent 43b7e69 commit 4398872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libnfs/default.nix
Expand Up @@ -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 bsd gpl3];
license = with licenses; [ lgpl2 gpl3];
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.unix;
};
Expand Down

0 comments on commit 4398872

Please sign in to comment.