From ef2dd8275274f3cbd48cc2371dfa7e7f1224484c Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 28 Sep 2022 15:17:20 +0200 Subject: [PATCH] fix: correctly name the license --- Containerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 14d4e79..e5b20d8 100644 --- a/Containerfile +++ b/Containerfile @@ -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 diff --git a/README.md b/README.md index 948a361..a497faf 100644 --- a/README.md +++ b/README.md @@ -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).