Skip to content

Commit

Permalink
dev-build/just: update LICENSE
Browse files Browse the repository at this point in the history
pycargoebuild generates correct LICENSE that matches cargo-license.
Old from cargo-ebuild was incorrect.

Signed-off-by: Joe Kappus <[email protected]>
  • Loading branch information
joecool1029 committed Nov 22, 2024
1 parent 4194188 commit f076b37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-build/just/just-1.37.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ HOMEPAGE="
"
SRC_URI="${CARGO_CRATE_URIS}"

LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 CC0-1.0 MIT Unicode-DFS-2016 Unlicense"
LICENSE="CC0-1.0"
# Dependent crate licenses
LICENSE+=" Apache-2.0 BSD-2 CC0-1.0 MIT MPL-2.0 Unicode-3.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

Expand Down

0 comments on commit f076b37

Please sign in to comment.