Merge pull request #46409 from Infinisil/almonds-license

almonds: update license
This commit is contained in:
Silvan Mosberger 2018-09-09 02:21:40 +02:00 committed by GitHub
commit 9082a008d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];
};
}