diff --git a/pkgs/servers/web-apps/galene/default.nix b/pkgs/servers/web-apps/galene/default.nix index 16830fc8fd3..3d42376aa01 100644 --- a/pkgs/servers/web-apps/galene/default.nix +++ b/pkgs/servers/web-apps/galene/default.nix @@ -20,7 +20,7 @@ buildGoModule rec { cp -r ./static $static ''; - meta = with stdenv.lib; { + meta = with lib; { description = "Videoconferencing server that is easy to deploy, written in Go"; homepage = "https://github.com/jech/galene"; license = licenses.mit;