commit 2ae0617190fd957158122ced80075f6e4b79a60a parent c8fc0a593e7e86c4144f375b9215e7a7d53d4e79 Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 29 Jun 2019 10:29:46 +0200 update links Diffstat:
M | package.yml | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package.yml b/package.yml @@ -1,15 +1,15 @@ --- name: sha256 - version: 0.0.2 + version: 0.0.3 description: "Simple C SHA256 implementation. Author: Brad Conte" bin: ./sha256.c repository: type: git - url: git+https://github.com/B-Con/crypto-algorithms + url: "git+https://github.com/B-Con/crypto-algorithms" keywords: - cryptography author: remy license: MIT bugs: - url: https://github.com/B-Con/crypto-algorithms/issues - homepage: http://bradconte.com/sha256_c + url: "https://github.com/B-Con/crypto-algorithms/issues" + homepage: "http://bradconte.com/sha256_c"