Skip to content

Crates.io does not show correct author info #179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
achanda opened this issue Aug 6, 2015 · 2 comments
Closed

Crates.io does not show correct author info #179

achanda opened this issue Aug 6, 2015 · 2 comments

Comments

@achanda
Copy link

achanda commented Aug 6, 2015

EDIT
@azerupi has a better description of the issue below.

The author is always set to "The Rust Project Developers"

screen shot 2015-08-06 at 2 52 30 pm

The Cargo.toml file for this repo does have correct author info.

:~/src/ipnetwork (master=)$ cat Cargo.toml
[package]
name = "ipnetwork"
version = "0.1.11"
authors = ["Abhishek Chanda <[email protected]>"]
description = "A library to work with IP CIDRs in Rust, heavily WIP"
license = "Apache-2.0"
repository = "https://github.com/achanda/ipnetwork"

EDIT:
@azerupi pointed out that:
1. This bug appears only on crates that the current user owns.
2. The authors are listed as the authors of the last crate visited.
Please see screenshots below.
@azerupi
Copy link

azerupi commented Aug 6, 2015

I was just about to report this bug, but it is not always set to "The Rust Project Developpers".

This bug appears only on crates you own and it shows as authors the authors of the last crate you visited.

crates-bug02
crates-bug01

@alexcrichton
Copy link
Member

I believe this is a dupe of #70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants