Skip to content

Commit

Permalink
Fix license in nix build file
Browse files Browse the repository at this point in the history
  • Loading branch information
arximboldi committed Oct 15, 2023
1 parent 1123bff commit 4e8617e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/arximboldi/zug";
description = "library for functional interactive c++ programs";
license = licenses.lgpl3Plus;
license = licenses.boost;
};
}

0 comments on commit 4e8617e

Please sign in to comment.