Skip to content

Commit

Permalink
fix: Correct nix license name
Browse files Browse the repository at this point in the history
The SDPX identifier is not recognised, use Nix license attribute name.

See: https://github.com/NixOS/nixpkgs/blob/8d165ba9/lib/licenses.nix#L197-L200
See: https://goreleaser.com/customization/nix/?h=nix

Signed-off-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung committed Feb 21, 2024
1 parent b51cd99 commit 4c2ef4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ nix:
homepage: https://kraftkit.sh
description: Build and use highly customized and ultra-lightweight unikernels
path: pkgs/kraftkit/default.nix
license: BSD-3-Clause
license: bsd3
install: |-
mkdir -p $out/bin
cp -vr ./dist/kraft $out/bin/kraft
Expand Down

0 comments on commit 4c2ef4f

Please sign in to comment.