summaryrefslogtreecommitdiffstats
path: root/pkgs/development/beam-modules/hex/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/beam-modules/hex/default.nix')
-rw-r--r--pkgs/development/beam-modules/hex/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/beam-modules/hex/default.nix b/pkgs/development/beam-modules/hex/default.nix
index 26070ce73bfa..e12f0ba4b74d 100644
--- a/pkgs/development/beam-modules/hex/default.nix
+++ b/pkgs/development/beam-modules/hex/default.nix
@@ -45,13 +45,13 @@ let
meta = {
description = "Package manager for the Erlang VM https://hex.pm";
- license = stdenv.lib.licenses.mit;
+ license = lib.licenses.mit;
homepage = "https://github.com/hexpm/hex";
- maintainers = with stdenv.lib.maintainers; [ ericbmerritt ];
+ maintainers = with lib.maintainers; [ ericbmerritt ];
};
passthru = {
env = shell self;
};
};
-in stdenv.lib.fix pkg
+in lib.fix pkg