Skip to content

Commit 4c46908

Browse files
authored
Merge pull request #63 from eclipse-biscuit/push-xsmsxqttynyr
fix license metadata in Cargo.toml
2 parents 27e9287 + dfb6402 commit 4c46908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Cache
20-
uses: actions/cache@v2
20+
uses: actions/cache@v4
2121
with:
2222
path: |
2323
~/.cargo

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.6.0-beta.1"
44
description = "a CLI to manipulate biscuit tokens"
55
authors = ["Clement Delafargue <clement@delafargue.name>"]
66
edition = "2018"
7-
license = "MIT"
7+
license = "BSD-3-Clause"
88
repository = "https://github.com/biscuit-auth/biscuit-cli"
99
homepage = "https://www.biscuitsec.org"
1010
readme = "README.md"

0 commit comments

Comments
 (0)