treewide: fix redirect URLs

This commit is contained in:
Ryan Mulligan
2019-07-10 12:52:51 -07:00
parent 42559f1cf1
commit 508ae42a0f
39 changed files with 52 additions and 52 deletions
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
buildInputs = [ curl ];
meta = {
homepage = http://www.autistici.org/bakunin/libnxml/;
homepage = https://www.autistici.org/bakunin/libnxml/;
description = "C library for parsing, writing and creating XML 1.0 and 1.1 files or streams";
license = stdenv.lib.licenses.lgpl2;