tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
mmv-go: set meta.mainProgram
figsoda
4 years ago
8916d1cb
b433e3ee
+1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
mmv-go
default.nix
+1
pkgs/tools/misc/mmv-go/default.nix
···
20
description = "Rename multiple files using your $EDITOR";
21
license = licenses.mit;
22
maintainers = with maintainers; [ zowoq ];
0
23
};
24
}
···
20
description = "Rename multiple files using your $EDITOR";
21
license = licenses.mit;
22
maintainers = with maintainers; [ zowoq ];
23
+
mainProgram = "mmv";
24
};
25
}