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:33 +0100
committerJan Tojnar <jtojnar@gmail.com>2021-01-10 23:24:33 +0100
commitdd7235715565d6dde51b3cf5861d17484084b426 (patch)
tree7ca95f2fb38eb1c4df5df0b53acbbab970f136f8 /pkgs/development/interpreters
parent76394e46240235749315f06833381a114ca7779a (diff)
parent581232454fdf0d57507ebf148b495ce40ca2eb90 (diff)
downloadnixpkgs-dd7235715565d6dde51b3cf5861d17484084b426.tar
nixpkgs-dd7235715565d6dde51b3cf5861d17484084b426.tar.gz
nixpkgs-dd7235715565d6dde51b3cf5861d17484084b426.tar.bz2
nixpkgs-dd7235715565d6dde51b3cf5861d17484084b426.tar.lz
nixpkgs-dd7235715565d6dde51b3cf5861d17484084b426.tar.xz
nixpkgs-dd7235715565d6dde51b3cf5861d17484084b426.tar.zst
nixpkgs-dd7235715565d6dde51b3cf5861d17484084b426.zip
Merge branch 'master' into staging-next
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 c94528e674f..69d0ac6b7a5 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 ];
   };
 }