File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -341,13 +341,13 @@ class MappedNames:
341
341
),
342
342
# Chocolatey
343
343
_NameMapping (
344
- name = NameType .CHOCOLATEY_TITLE ,
344
+ binname = NameType .CHOCOLATEY_TITLE ,
345
345
trackname = NameType .CHOCOLATEY_TITLE ,
346
346
visiblename = NameType .CHOCOLATEY_METADATA_TITLE , # may be empty
347
347
projectname_seed = NameType .CHOCOLATEY_TITLE ,
348
348
),
349
349
_NameMapping (
350
- name = NameType .CHOCOLATEY_TITLE ,
350
+ binname = NameType .CHOCOLATEY_TITLE ,
351
351
trackname = NameType .CHOCOLATEY_TITLE ,
352
352
visiblename = NameType .CHOCOLATEY_TITLE ,
353
353
projectname_seed = NameType .CHOCOLATEY_TITLE ,
Original file line number Diff line number Diff line change 23
23
url : https://github.com/chocolatey/chocolatey-package-requests
24
24
packagelinks :
25
25
- type : PACKAGE_HOMEPAGE
26
- url : ' https://community.chocolatey.org/packages/{name }'
26
+ url : ' https://community.chocolatey.org/packages/{binname }'
27
27
groups : [ all, production ]
28
28
29
29
# it's similar, but contains too many packages, with the same verioning problems
You can’t perform that action at this time.
0 commit comments