fix: correctly name the license
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d9f26ab983
commit
ef2dd82752
@ -9,7 +9,7 @@ LABEL description="Container image containing statix"
|
||||
LABEL org.label-schema.build-date=$BUILD_DATE \
|
||||
org.label-schema.vcs-url="https://git.dotya.ml/wanderer-containers/nix-statix.git" \
|
||||
org.label-schema.vcs-ref=$VCS_REF \
|
||||
org.label-schema.license=GPL-3.0
|
||||
org.label-schema.license=GPL-3.0-or-later
|
||||
|
||||
RUN nix-channel --update && \
|
||||
nix-env -iA nixpkgs.statix
|
||||
|
@ -8,4 +8,4 @@ image, the rationale being this image can be cached for reuse in CI (such as
|
||||
based on `docker.io/nixos/nix:2.8.0-amd64`, weekly rebuilt on cron.
|
||||
|
||||
### LICENSE
|
||||
GPL-3.0
|
||||
GPL-3.0-or-later (see [LICENSE](LICENSE) for details).
|
||||
|
Loading…
Reference in New Issue
Block a user