Skip to content

Commit

Permalink
hpp-fcl: avoid use of meta = with lib;
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Aug 26, 2024
1 parent 36b4ff0 commit 90a6f86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/hp/hpp-fcl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ stdenv.mkDerivation (finalAttrs: {
moveToOutput share/${finalAttrs.pname} "$dev"
'';

meta = with lib; {
meta = {
description = "Extension of the Flexible Collision Library";
homepage = "https://github.com/humanoid-path-planner/hpp-fcl";
license = licenses.bsd3;
maintainers = with maintainers; [ nim65s ];
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ nim65s ];
};
})

0 comments on commit 90a6f86

Please sign in to comment.