[uses-nonfree] recommends nonfree drumkits
Link to nonfree plugins has been replaced with the code from Parabola's prepare
function code. The code looks for URL www.hydrogen-music.org/feeds/drumkit_list.php
on files and replaces with repo.parabola.nu/other/hydrogen-libre/feeds/drumkit_list.php
. The www[.]
included in the regex is replaced with [www.]*
so that it can find urls without www.
in the beginning.
Changes applied to template is on l_template_changes.patch
.