saatana 2.0.2 fix dependencies (#1095)

* saatana 2.0.2 fix dependencies

* Fix author/maintainers
This commit is contained in:
Alejandro R Mosteo
2024-06-19 12:06:32 +02:00
committed by GitHub
parent a56b3a9644
commit b74a1ca8fb
+4 -3
View File
@@ -5,13 +5,14 @@ version = "2.0.2"
website = "https://github.heisenbug.eu/Saatana"
executables = ["test_phelix"]
licenses = "WTFPL"
maintainers = ["vinzent@heisenbug.eu"]
maintainers-logins = ["Jellix"]
authors = ["Vinzent Saranen"]
maintainers = ["amosteo@unizar.es", "vinzent@heisenbug.eu"]
maintainers-logins = ["mosteo", "Jellix"]
project-files = ["saatana.gpr"]
tags = ["cryptography", "spark"]
[[depends-on]]
gnat = "^2020" # This is probably too restrictive
gnat = ">2020 | (>=11 & <2000)"
[origin]
url = "https://github.com/HeisenbugLtd/Saatana/archive/v2.0.2.tar.gz"