Skip to content

Commit

Permalink
Use chocolatey title as binname
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Sep 8, 2022
1 parent 54a3493 commit 0547356
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions repology/packagemaker/names.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,13 +341,13 @@ class MappedNames:
),
# Chocolatey
_NameMapping(
name=NameType.CHOCOLATEY_TITLE,
binname=NameType.CHOCOLATEY_TITLE,
trackname=NameType.CHOCOLATEY_TITLE,
visiblename=NameType.CHOCOLATEY_METADATA_TITLE, # may be empty
projectname_seed=NameType.CHOCOLATEY_TITLE,
),
_NameMapping(
name=NameType.CHOCOLATEY_TITLE,
binname=NameType.CHOCOLATEY_TITLE,
trackname=NameType.CHOCOLATEY_TITLE,
visiblename=NameType.CHOCOLATEY_TITLE,
projectname_seed=NameType.CHOCOLATEY_TITLE,
Expand Down
2 changes: 1 addition & 1 deletion repos.d/windows/chocolatey.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
url: https://github.com/chocolatey/chocolatey-package-requests
packagelinks:
- type: PACKAGE_HOMEPAGE
url: 'https://community.chocolatey.org/packages/{name}'
url: 'https://community.chocolatey.org/packages/{binname}'
groups: [ all, production ]

# it's similar, but contains too many packages, with the same verioning problems
Expand Down

0 comments on commit 0547356

Please sign in to comment.