Correct reproducible-runtime deny definition

This commit is contained in:
Luke Parker 2023-07-27 22:09:04 -04:00
parent a8c7bb96c8
commit c091b86919
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -69,6 +69,7 @@ exceptions = [
{ allow = ["AGPL-3.0"], name = "serai-docker-tests" },
{ allow = ["AGPL-3.0"], name = "serai-message-queue-tests" },
{ allow = ["AGPL-3.0"], name = "serai-processor-tests" },
{ allow = ["AGPL-3.0"], name = "serai-reproducible-runtime-tests" },
]
[[licenses.clarify]]

View file

@ -1,7 +1,7 @@
[package]
name = "serai-reproducible-runtime"
name = "serai-reproducible-runtime-tests"
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"
repository = "https://github.com/serai-dex/serai/tree/develop/tests/reproducible-runtime"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]