about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-01-10 23:24:57 +0100
committerJan Tojnar <jtojnar@gmail.com>2021-01-10 23:24:57 +0100
commit88c998fb2107539e8d0995e6ec766014f72a0cea (patch)
tree85ba76727829fb34eccfd645a0812f19ad929159 /pkgs/development/interpreters
parent5114061fa1ea2963a1daaa6640d61983ebde5337 (diff)
parentdd7235715565d6dde51b3cf5861d17484084b426 (diff)
downloadnixlib-88c998fb2107539e8d0995e6ec766014f72a0cea.tar
nixlib-88c998fb2107539e8d0995e6ec766014f72a0cea.tar.gz
nixlib-88c998fb2107539e8d0995e6ec766014f72a0cea.tar.bz2
nixlib-88c998fb2107539e8d0995e6ec766014f72a0cea.tar.lz
nixlib-88c998fb2107539e8d0995e6ec766014f72a0cea.tar.xz
nixlib-88c998fb2107539e8d0995e6ec766014f72a0cea.tar.zst
nixlib-88c998fb2107539e8d0995e6ec766014f72a0cea.zip
Merge branch 'staging-next' into staging
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/erlang/R16B02-basho.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/erlang/R16B02-basho.nix b/pkgs/development/interpreters/erlang/R16B02-basho.nix
index c94528e674f4..69d0ac6b7a5f 100644
--- a/pkgs/development/interpreters/erlang/R16B02-basho.nix
+++ b/pkgs/development/interpreters/erlang/R16B02-basho.nix
@@ -59,7 +59,7 @@ mkDerivation {
     knownVulnerabilities = [ "CVE-2017-1000385" ];
 
     platforms = ["x86_64-linux" "x86_64-darwin"];
-    license = pkgs.stdenv.lib.licenses.asl20;
-    maintainers = with pkgs.stdenv.lib.maintainers; [ mdaiter ];
+    license = pkgs.lib.licenses.asl20;
+    maintainers = with pkgs.lib.maintainers; [ mdaiter ];
   };
 }