vlang / vsl

V library to develop Artificial Intelligence and High-Performance Scientific Computations
https://vlang.github.io/vsl
MIT License
340 stars 46 forks source link

`v install vsl` does not install the official `github.com/vlang/vsl` upstream repository #191

Closed ttytm closed 7 months ago

ttytm commented 7 months ago

Describe the issue

The url on vpm.vlang.io is set to a fork so v install vsl does not install the same repository as v install https://github.com/vlang/vsl.

The fork does not have tagged versions, aligning the urls would allow to use vsl in a test cases for installing a tag version v install vsl@v0.1.50.

I feel the differing urls are not intended.

Links

https://vpm.vlang.io/packages/vsl

ulises-jeremias commented 7 months ago

@medvednikov could you fix it on VPM to point to this repo instead of the old URL?

medvednikov commented 7 months ago

Fixed, thanks.