Unverified Commit c04da653 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.empy: fix license (#400914)

parents 410572c2 eb6ada29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,6 +18,6 @@ buildPythonPackage rec {
    description = "Templating system for Python";
    mainProgram = "em.py";
    maintainers = with maintainers; [ nkalupahana ];
    license = licenses.lgpl21Only;
    license = licenses.bsd3;
  };
}