Browse Source

Fix wrong links to DISTRHO projects

Signed-off-by: falkTX <falktx@falktx.com>
pull/19/head
falkTX 3 years ago
parent
commit
87ebf90303
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 12 additions and 12 deletions
  1. +12
    -12
      Development.php

+ 12
- 12
Development.php View File

@@ -27,23 +27,23 @@ function print_content($content) {
$feed = new SimplePie();
$feed->set_cache_location("/home/falktx/bin/simplepie/cache");
$feed->set_feed_url(ARRAY(
'https://github.com/DISTRHO/DISTRHO-Ports/PawPaw/commits/master.atom',
'https://github.com/DISTRHO/DISTRHO-Ports-Extra/PawPaw/commits/master.atom',
'https://github.com/DISTRHO/DISTRHO-Ports/commits/master.atom',
'https://github.com/DISTRHO/DISTRHO-Ports-Extra/commits/master.atom',
'https://github.com/DISTRHO/DPF/commits/develop.atom',
'https://github.com/DISTRHO/DPF-Max-Gen/PawPaw/commits/master.atom',
'https://github.com/DISTRHO/DPF-Max-Gen/commits/master.atom',
'https://github.com/DISTRHO/DPF-Plugins/commits/master.atom',
'https://github.com/DISTRHO/DPF-Widgets/commits/main.atom',
'https://github.com/DISTRHO/glBars/PawPaw/commits/master.atom',
'https://github.com/DISTRHO/JuicePlugins/PawPaw/commits/master.atom',
'https://github.com/DISTRHO/Kars/PawPaw/commits/master.atom',
'https://github.com/DISTRHO/Mini-Series/PawPaw/commits/master.atom',
'https://github.com/DISTRHO/MVerb/PawPaw/commits/master.atom',
'https://github.com/DISTRHO/ndc-Plugs/PawPaw/commits/master.atom',
'https://github.com/DISTRHO/glBars/commits/master.atom',
'https://github.com/DISTRHO/JuicePlugins/commits/master.atom',
'https://github.com/DISTRHO/Kars/commits/master.atom',
'https://github.com/DISTRHO/Mini-Series/commits/master.atom',
'https://github.com/DISTRHO/MVerb/commits/master.atom',
'https://github.com/DISTRHO/ndc-Plugs/commits/master.atom',
'https://github.com/DISTRHO/OneKnob-Series/commits/main.atom',
'https://github.com/DISTRHO/ProM/PawPaw/commits/master.atom',
'https://github.com/DISTRHO/STK-Plugins/PawPaw/commits/master.atom',
'https://github.com/DISTRHO/Website/PawPaw/commits/master.atom',
'https://github.com/DISTRHO/PawPaw/commits/master.atom',
'https://github.com/DISTRHO/ProM/commits/master.atom',
'https://github.com/DISTRHO/STK-Plugins/commits/master.atom',
'https://github.com/DISTRHO/Website/commits/master.atom',
'https://github.com/falkTX/Cadence/commits/master.atom',
'https://github.com/falkTX/Cadence-Tools/commits/master.atom',
'https://github.com/falkTX/Carla/commits/main.atom',


Loading…
Cancel
Save