galene: Remove stdenv.lib

This commit is contained in:
Sandro Jäckel
2021-02-02 21:14:05 +01:00
parent cb52887c38
commit 2a09e446a0
+1 -1
View File
@@ -20,7 +20,7 @@ buildGoModule rec {
cp -r ./static $static cp -r ./static $static
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "Videoconferencing server that is easy to deploy, written in Go"; description = "Videoconferencing server that is easy to deploy, written in Go";
homepage = "https://github.com/jech/galene"; homepage = "https://github.com/jech/galene";
license = licenses.mit; license = licenses.mit;