galene: Remove stdenv.lib

+1 -1
+1 -1
pkgs/servers/web-apps/galene/default.nix
··· 20 20 cp -r ./static $static 21 21 ''; 22 22 23 - meta = with stdenv.lib; { 23 + meta = with lib; { 24 24 description = "Videoconferencing server that is easy to deploy, written in Go"; 25 25 homepage = "https://github.com/jech/galene"; 26 26 license = licenses.mit;