Skip to content

Commit

Permalink
num-tt64: consider even more packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Apr 2, 2024
1 parent eee0f18 commit 8096f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nmu_t64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ impl Iterator for LibraryPackageParser {
package_without_t64.into(),
format!("{}v5", package_without_t64),
format!("{}b", package_without_t64),
format!("{}c", package_without_t64),
]);
}

Expand Down

0 comments on commit 8096f6a

Please sign in to comment.