Turn more licenses into lib.licenses style
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
This commit is contained in:
@@ -43,7 +43,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = "http://storm-project.net";
|
||||
description = "Distributed realtime computation system";
|
||||
license = "Eclipse Public License 1.0";
|
||||
license = stdenv.lib.licenses.epl10;
|
||||
maintainers = [ lib.maintainers.vizanto ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user