Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
627B

  1. diff --git a/gate.ttl b/gate.ttl
  2. index dad79df..ced3a54 100644
  3. --- a/gate.ttl
  4. +++ b/gate.ttl
  5. @@ -1,7 +1,7 @@
  6. @prefix lv2: <http://lv2plug.in/ns/lv2core#>.
  7. @prefix doap: <http://usefulinc.com/ns/doap#>.
  8. @prefix ui: <http://lv2plug.in/ns/extensions/ui#>.
  9. -@prefix units: <http://lv2plug.in/ns/extension/units#>.
  10. +@prefix units: <http://lv2plug.in/ns/extensions/units#>.
  11. @prefix pprops: <http://lv2plug.in/ns/ext/port-props#>.
  12. @prefix foaf: <http://xmlns.com/foaf/0.1/>.
  13. @@ -11,7 +11,6 @@
  14. lv2:binary <gate.so>;
  15. doap:name "abGate";
  16. - doap:creator "Antanas Bruzas";
  17. doap:developer [
  18. foaf:name "Antanas Bruzas";