Removing unnecessary --locked flags
This commit is contained in:
parent
b13809837c
commit
76201b8a0e
1 changed files with 5 additions and 5 deletions
10
software.yml
10
software.yml
|
@ -2680,7 +2680,7 @@ softwarePackages:
|
||||||
_home: https://github.com/tversteeg/emplace
|
_home: https://github.com/tversteeg/emplace
|
||||||
_name: Emplace
|
_name: Emplace
|
||||||
_short: "Emplace is a tool for quickly creating and managing GitHub repositories from the command line. "
|
_short: "Emplace is a tool for quickly creating and managing GitHub repositories from the command line. "
|
||||||
cargo: emplace --locked
|
cargo: emplace
|
||||||
nix: emplace
|
nix: emplace
|
||||||
scoop: emplace
|
scoop: emplace
|
||||||
empty-trash:
|
empty-trash:
|
||||||
|
@ -3683,7 +3683,7 @@ softwarePackages:
|
||||||
echo "echo >> ~/.bashrc "alias git='git-branchless wrap --'""
|
echo "echo >> ~/.bashrc "alias git='git-branchless wrap --'""
|
||||||
apk: git-branchless
|
apk: git-branchless
|
||||||
brew: git-branchless
|
brew: git-branchless
|
||||||
cargo: --locked git-branchless
|
cargo: git-branchless
|
||||||
pacman: git-branchless
|
pacman: git-branchless
|
||||||
port: git-branchless
|
port: git-branchless
|
||||||
scoop: git-branchless
|
scoop: git-branchless
|
||||||
|
@ -7038,7 +7038,7 @@ softwarePackages:
|
||||||
_repology: navi
|
_repology: navi
|
||||||
_short: "navi is a command-line cheat sheet tool that helps users navigate commands more efficiently. "
|
_short: "navi is a command-line cheat sheet tool that helps users navigate commands more efficiently. "
|
||||||
brew: navi
|
brew: navi
|
||||||
cargo: navi --locked
|
cargo: navi
|
||||||
emerge: app-misc/navi
|
emerge: app-misc/navi
|
||||||
nix-env: nixpkgs.navi
|
nix-env: nixpkgs.navi
|
||||||
pacman: navi
|
pacman: navi
|
||||||
|
@ -8822,7 +8822,7 @@ softwarePackages:
|
||||||
apk: pueue
|
apk: pueue
|
||||||
apt: pueue
|
apt: pueue
|
||||||
brew: pueue
|
brew: pueue
|
||||||
cargo: pueue --locked
|
cargo: pueue
|
||||||
dnf: pueue
|
dnf: pueue
|
||||||
pacman: pueue
|
pacman: pueue
|
||||||
pulumi:
|
pulumi:
|
||||||
|
@ -10677,7 +10677,7 @@ softwarePackages:
|
||||||
_home: https://taplo.tamasfe.dev/
|
_home: https://taplo.tamasfe.dev/
|
||||||
_name: Taplo
|
_name: Taplo
|
||||||
_short: "taplo is a TOML parser and serializer written in Rust. "
|
_short: "taplo is a TOML parser and serializer written in Rust. "
|
||||||
cargo: taplo-cli --locked
|
cargo: taplo-cli
|
||||||
npm: "@taplo/cli"
|
npm: "@taplo/cli"
|
||||||
tart:
|
tart:
|
||||||
_bin: tart
|
_bin: tart
|
||||||
|
|
Loading…
Reference in a new issue