update earthly maintainers and licenses list

This commit is contained in:
matdsoupe
2021-08-19 18:17:48 -03:00
parent 3a95b0ff97
commit 59a3a86d64
+2 -2
View File
@@ -35,7 +35,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;
maintainers = with maintainers; [ mdsp ];
license = with licenses; [ bsl11 mpl20 ];
maintainers = with maintainers; [ matdsoupe ];
};
}