summaryrefslogtreecommitdiffstats
path: root/pkgs/development/beam-modules/pc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/beam-modules/pc/default.nix')
-rw-r--r--pkgs/development/beam-modules/pc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/beam-modules/pc/default.nix b/pkgs/development/beam-modules/pc/default.nix
index fac3b2988354..8b5836f4c621 100644
--- a/pkgs/development/beam-modules/pc/default.nix
+++ b/pkgs/development/beam-modules/pc/default.nix
@@ -7,7 +7,7 @@ buildHex {
meta = {
description = "a rebar3 port compiler for native code";
- license = stdenv.lib.licenses.mit;
+ license = lib.licenses.mit;
homepage = "https://github.com/blt/port_compiler";
};
}