earthly: licenses.bsl11 => licenses.mpl20

This commit is contained in:
Devan Carpenter 2022-05-06 17:00:53 +01:00 committed by ehmry
parent e37af18b4e
commit 3025934acf

View file

@ -36,7 +36,7 @@ buildGoModule rec {
description = "Build automation for the container era";
homepage = "https://earthly.dev/";
changelog = "https://github.com/earthly/earthly/releases/tag/v${version}";
license = licenses.bsl11;
license = licenses.mpl20;
maintainers = with maintainers; [ zoedsoupe ];
};
}