coturn: fix typo

This commit is contained in:
Fabian Affolter
2022-12-05 09:18:14 +01:00
committed by GitHub
parent 3ee2983103
commit 2c16d64efd
+1 -1
View File
@@ -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 ];