summary refs log tree commit diff
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
parent3ee2983103952069b96407aeee2248a0e74a243c (diff)
downloadnixpkgs-2c16d64efdceea43826cf6c7e7a407b8555898da.tar
nixpkgs-2c16d64efdceea43826cf6c7e7a407b8555898da.tar.gz
nixpkgs-2c16d64efdceea43826cf6c7e7a407b8555898da.tar.bz2
nixpkgs-2c16d64efdceea43826cf6c7e7a407b8555898da.tar.lz
nixpkgs-2c16d64efdceea43826cf6c7e7a407b8555898da.tar.xz
nixpkgs-2c16d64efdceea43826cf6c7e7a407b8555898da.tar.zst
nixpkgs-2c16d64efdceea43826cf6c7e7a407b8555898da.zip
coturn: fix typo
-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 b6e2acfc590..6b9bee6dcda 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 ];