mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
tlspool: fix broken link
This commit is contained in:
parent
d00086bdef
commit
73ff8682a4
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A supercharged TLS daemon that allows for easy, strong and consistent deployment";
|
description = "A supercharged TLS daemon that allows for easy, strong and consistent deployment";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
homepage = https://www.tlspool.org;
|
homepage = http://www.tlspool.org;
|
||||||
maintainers = with maintainers; [ leenaars qknight ];
|
maintainers = with maintainers; [ leenaars qknight ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user