almonds: update license
This commit is contained in:
parent
a0dc4854af
commit
10a412f251
|
@ -20,8 +20,7 @@ with python3.pkgs; buildPythonApplication rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Terminal Mandelbrot fractal viewer";
|
description = "Terminal Mandelbrot fractal viewer";
|
||||||
homepage = https://github.com/Tenchi2xh/Almonds;
|
homepage = https://github.com/Tenchi2xh/Almonds;
|
||||||
# No license has been specified
|
license = licenses.mit;
|
||||||
license = licenses.unfree;
|
|
||||||
maintainers = with maintainers; [ infinisil ];
|
maintainers = with maintainers; [ infinisil ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue