Skip to content

Commit 9ef5236

Browse files
committed
Various minor REUSE fixes
1 parent e92628e commit 9ef5236

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.circleci/config.yml

+13-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ latest: &latest
55

66
tags: &tags
77
[
8-
1.18.2-erlang-27.2.1-alpine-3.20.5,
8+
1.18.3-erlang-27.3-alpine-3.21.3,
99
1.17.3-erlang-27.2.1-alpine-3.20.5,
1010
1.16.3-erlang-26.2.5-alpine-3.19.1,
1111
1.15.7-erlang-26.2.4-alpine-3.18.6,
@@ -14,6 +14,13 @@ tags: &tags
1414
]
1515

1616
jobs:
17+
check-license:
18+
docker:
19+
- image: fsfe/reuse:latest
20+
steps:
21+
- checkout
22+
- run: reuse lint
23+
1724
build-test:
1825
parameters:
1926
tag:
@@ -57,7 +64,7 @@ jobs:
5764

5865
automerge:
5966
docker:
60-
- image: alpine:3.18.4
67+
- image: alpine:3.21.3
6168
steps:
6269
- run:
6370
name: Install GitHub CLI
@@ -76,6 +83,10 @@ jobs:
7683
workflows:
7784
checks:
7885
jobs:
86+
- check-license:
87+
filters:
88+
tags:
89+
only: /.*/
7990
- build-test:
8091
name: << matrix.tag >>
8192
matrix:

mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ defmodule PropertyTable.MixProject do
6161
files: [
6262
"CHANGELOG.md",
6363
"lib",
64-
"LICENSES",
64+
"LICENSES/*",
6565
"mix.exs",
6666
"NOTICE",
6767
"README.md",
@@ -71,7 +71,7 @@ defmodule PropertyTable.MixProject do
7171
links: %{
7272
"GitHub" => @source_url,
7373
"REUSE Compliance" =>
74-
"https://api.reuse.software/info/github.com/nerves-project/nerves_runtime"
74+
"https://api.reuse.software/info/github.com/nerves-project/property_table"
7575
}
7676
]
7777
end

0 commit comments

Comments
 (0)