diff --git a/pkgs/minia.nix b/pkgs/minia.nix index aa564ae..9d20f50 100644 --- a/pkgs/minia.nix +++ b/pkgs/minia.nix @@ -17,9 +17,9 @@ stdenv.mkDerivation rec { zlib ]; - meta = with stdenv.licenses; { + meta = with stdenv.lib; { description = "A short-read assembler based on a de Bruijn graph, capable of assembling a human genome on a desktop computer in a day."; homepage = https://github.com/GATB/minia; - license = gpl3; + license = licenses.gpl3; }; }