diff options
author | Christian Hesse <mail@eworm.de> | 2018-06-14 12:37:28 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-06-14 12:37:28 +0200 |
commit | 7ff4a476368734756ae0f066f9426b029aafaa93 (patch) | |
tree | db9acacef393243ee04d3f6786a60124ad0c95db | |
parent | 89ff4b7c4d66062e2107eaab482c3bf752da48b4 (diff) | |
download | nthash-7ff4a476368734756ae0f066f9426b029aafaa93.tar.gz nthash-7ff4a476368734756ae0f066f9426b029aafaa93.tar.zst |
update dependencies' upstream urls
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ Requirements To compile and run `ntash` you need: -* [nettle](http://www.lysator.liu.se/~nisse/nettle/) -* [markdown](http://daringfireball.net/projects/markdown/) (HTML documentation) +* [nettle](https://www.lysator.liu.se/~nisse/nettle/) +* [markdown](https://daringfireball.net/projects/markdown/) (HTML documentation) Additionally it is expected to have `make` and `pkg-config` around to successfully compile. |