git-branchless: fix meta.license
https://github.com/arxanas/git-branchless/pull/841 https://github.com/arxanas/git-branchless/blob/v0.10.0/LICENSE-APACHE https://github.com/arxanas/git-branchless/blob/v0.10.0/LICENSE-MIT
This commit is contained in:
@@ -75,7 +75,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Suite of tools to help you visualize, navigate, manipulate, and repair your commit history";
|
||||
homepage = "https://github.com/arxanas/git-branchless";
|
||||
license = lib.licenses.gpl2Only;
|
||||
license = [
|
||||
lib.licenses.asl20
|
||||
lib.licenses.mit
|
||||
];
|
||||
mainProgram = "git-branchless";
|
||||
maintainers = with lib.maintainers; [
|
||||
nh2
|
||||
|
||||
Reference in New Issue
Block a user