tlspool: fix broken link

This commit is contained in:
Michiel Leenaars 2018-02-14 11:51:43 +01:00
parent d00086bdef
commit 73ff8682a4

View file

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A supercharged TLS daemon that allows for easy, strong and consistent deployment";
license = licenses.bsd2;
homepage = https://www.tlspool.org;
homepage = http://www.tlspool.org;
maintainers = with maintainers; [ leenaars qknight ];
};
}