python3Packages.empy: fix license (#400914)
This commit is contained in:
@@ -18,6 +18,6 @@ buildPythonPackage rec {
|
||||
description = "Templating system for Python";
|
||||
mainProgram = "em.py";
|
||||
maintainers = with maintainers; [ nkalupahana ];
|
||||
license = licenses.lgpl21Only;
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user