diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-19 10:20:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-19 10:20:49 +0200 |
commit | 0bfc614e78cfbe8b162d5f6f5d106f61772bfeb4 (patch) | |
tree | 12ed2ce390072b9a756c619a4ff37e3ba3f7da66 /DEPENDENCIES | |
parent | Improve and fix typo in makefile (diff) | |
download | krandom-0bfc614e78cfbe8b162d5f6f5d106f61772bfeb4.tar.gz krandom-0bfc614e78cfbe8b162d5f6f5d106f61772bfeb4.tar.bz2 krandom-0bfc614e78cfbe8b162d5f6f5d106f61772bfeb4.tar.xz |
Update link to libkeccak in DEPENDENCIES
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | DEPENDENCIES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index b7fbbe5..4e2d60d 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -15,4 +15,4 @@ BUILD DEPENDENCIES: DEPENDENCY SOURCES: - libkeccak https://github.com/maandree/libkeccak + libkeccak https://codeberg.org/maandree/libkeccak |