mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 05:32:08 +00:00
Merge pull request #156 from CPPAlliance/55-fix-lib-uploads
🐛 Fix uploading libraries bug, views bug
This commit is contained in:
@@ -212,7 +212,7 @@ class LibraryUpdater:
|
||||
for sublibrary in meta:
|
||||
libraries.append(
|
||||
{
|
||||
"name": name,
|
||||
"name": sublibrary["name"],
|
||||
"github_url": github_url,
|
||||
"authors": sublibrary["authors"],
|
||||
"description": sublibrary["description"],
|
||||
|
||||
Reference in New Issue
Block a user