galene: Remove stdenv.lib
This commit is contained in:
parent
cb52887c38
commit
2a09e446a0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user