fix: correctly name the license
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-09-28 15:17:20 +02:00
parent d9f26ab983
commit ef2dd82752
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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).