From af9f1a5552af319d84ee3f8d33b8de9a71b0eb71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 21 Sep 2015 07:53:07 +0200 Subject: [PATCH] go-packages: fixup evaluation of meta --- pkgs/top-level/go-packages.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/top-level/go-packages.nix b/pkgs/top-level/go-packages.nix index 3f7258f36a57..f7769a73f0a4 100644 --- a/pkgs/top-level/go-packages.nix +++ b/pkgs/top-level/go-packages.nix @@ -809,10 +809,10 @@ let ln -s go/bin/gotty $out/bin/ ''; - meta = { + meta = with stdenv.lib; { description = "Share your terminal as a web application"; homepage = "https://github.com/yudai/gotty"; - maintainers = with lib.maintainers; [ matthiasbeyer ]; + maintainers = with maintainers; [ matthiasbeyer ]; license = licenses.mit; }; }; @@ -1018,10 +1018,10 @@ let date = "2015-08-13"; - meta = { + meta = with stdenv.lib; { description = "Serves embedded files from jteeuwen/go-bindata with net/http"; homepage = "https://github.com/elazarl/go-bindata-assetfs"; - maintainers = with lib.maintainers; [ matthiasbeyer ]; + maintainers = with maintainers; [ matthiasbeyer ]; license = licenses.bsd2; }; }; @@ -1719,10 +1719,10 @@ let repo = "manners"; sha256 = "07985pbfhwlhbglr9zwh2wx8kkp0wzqr1lf0xbbxbhga4hn9q3ak"; - meta = { + meta = with stdenv.lib; { description = "A polite Go HTTP server that shuts down gracefully"; homepage = "https://github.com/braintree/manners"; - maintainers = with lib.maintainers; [ matthiasbeyer ]; + maintainers = with maintainers; [ matthiasbeyer ]; license = licenses.mit; }; };