galene: Remove stdenv.lib

This commit is contained in:
Sandro Jäckel 2021-02-02 21:13:05 +01:00
parent cb52887c38
commit 2a09e446a0
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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;