summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/coturn
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-05 09:18:14 +0100
committerGitHub <noreply@github.com>2022-12-05 09:18:14 +0100
commit2c16d64efdceea43826cf6c7e7a407b8555898da (patch)
tree918ab95413a7e8c22f451ebfaf228c879e9c4b5a /pkgs/servers/coturn
parent3ee2983103952069b96407aeee2248a0e74a243c (diff)
coturn: fix typo
Diffstat (limited to 'pkgs/servers/coturn')
-rw-r--r--pkgs/servers/coturn/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/coturn/default.nix b/pkgs/servers/coturn/default.nix
index b6e2acfc5902..6b9bee6dcdae 100644
--- a/pkgs/servers/coturn/default.nix
+++ b/pkgs/servers/coturn/default.nix
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A TURN server";
homepage = "https://coturn.net/";
- changelog = "https://github.com/coturn/coturn/blob/${version}/ChangeLog",
+ changelog = "https://github.com/coturn/coturn/blob/${version}/ChangeLog";
license = with licenses; [ bsd3 ];
platforms = platforms.all;
maintainers = with maintainers; [ ralith _0x4A6F ];