mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-06 10:59:28 +00:00
Correct reproducible-runtime deny definition
This commit is contained in:
parent
a8c7bb96c8
commit
c091b86919
2 changed files with 3 additions and 2 deletions
|
@ -69,6 +69,7 @@ exceptions = [
|
||||||
{ allow = ["AGPL-3.0"], name = "serai-docker-tests" },
|
{ allow = ["AGPL-3.0"], name = "serai-docker-tests" },
|
||||||
{ allow = ["AGPL-3.0"], name = "serai-message-queue-tests" },
|
{ allow = ["AGPL-3.0"], name = "serai-message-queue-tests" },
|
||||||
{ allow = ["AGPL-3.0"], name = "serai-processor-tests" },
|
{ allow = ["AGPL-3.0"], name = "serai-processor-tests" },
|
||||||
|
{ allow = ["AGPL-3.0"], name = "serai-reproducible-runtime-tests" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[[licenses.clarify]]
|
[[licenses.clarify]]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "serai-reproducible-runtime"
|
name = "serai-reproducible-runtime-tests"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Tests the Serai runtimee can be reproducibly built"
|
description = "Tests the Serai runtime can be reproducibly built"
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
repository = "https://github.com/serai-dex/serai/tree/develop/tests/reproducible-runtime"
|
repository = "https://github.com/serai-dex/serai/tree/develop/tests/reproducible-runtime"
|
||||||
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||||||
|
|
Loading…
Reference in a new issue