Skip to content
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

Incorrect package homepage when using SSH git URL #323

Open
pinpox opened this issue Nov 6, 2023 · 0 comments
Open

Incorrect package homepage when using SSH git URL #323

pinpox opened this issue Nov 6, 2023 · 0 comments

Comments

@pinpox
Copy link

pinpox commented Nov 6, 2023

When using a SSH for the package, it is put verbantim into the metadata of the generated package definition.
E.g. using [email protected]:ekzhang/sshx.git for a package generates a working package but it has this metadata section:

 meta = with lib; {
    description = "Fast, collaborative live terminal sharing over the web";
    homepage = "[email protected]:ekzhang/sshx.git";
    license = licenses.mit;
    maintainers = with maintainers; [ pinpox ];
    mainProgram = "sshx";
    };

It would be nice, if this would be automatically filled with https://github.com/ekzhang/sshx instead.

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

1 participant