Tom Hunze
2026-03-24 14:34:04 +01:00
parent e49ca5eb1e
commit 4400f002e1
+4 -1
View File
@@ -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