galene: Remove stdenv.lib

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