almonds: update license

This commit is contained in:
Silvan Mosberger 2018-09-09 02:04:34 +02:00
parent a0dc4854af
commit 10a412f251
No known key found for this signature in database
GPG key ID: 9424360B4B85C9E7

View file

@ -20,8 +20,7 @@ with python3.pkgs; buildPythonApplication rec {
meta = with stdenv.lib; {
description = "Terminal Mandelbrot fractal viewer";
homepage = https://github.com/Tenchi2xh/Almonds;
# No license has been specified
license = licenses.unfree;
license = licenses.mit;
maintainers = with maintainers; [ infinisil ];
};
}