RJModules icon indicating copy to clipboard operation
RJModules copied to clipboard

Dependency Soundpipe is no longer available.

Open adiog opened this issue 5 years ago • 1 comments

The repository https://github.com/PaulBatchelor/Soundpipe.git has been removed.

Also it is listed twice in .gitmodules.

Recomendation: push latest local stable snapshot of the repository as a separate repo (MIT licence permits it).

adiog avatar Aug 09 '20 18:08 adiog

EDIT: Just to update this with a workaround -- the following command will redirect from the old url to the new one.

 $ git config --global url."https://github.com/shybyte/soundpipe.git".insteadOf 'https://github.com/PaulBatchelor/Soundpipe.git'

Perhaps this would work: https://github.com/shybyte/Soundpipe/tree/35d856fcf8a0d85c285818554f569b592d066d10

It seems that PaulBatchelor commited to it in 2018.

neoh4x0r avatar Aug 17 '22 15:08 neoh4x0r