diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2020-01-06 10:40:47 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-01-06 12:56:01 +0300 |
commit | 0daf7e263a2bfbe2de4b9c6598ebf1fdc8fa3b61 (patch) | |
tree | af03b5ea4c2cd814d785a92e7dbdcd88cfdf2288 | |
parent | 263ea4ebc30ee360e3422b70a3404c8330351566 (diff) | |
download | patches-0daf7e263a2bfbe2de4b9c6598ebf1fdc8fa3b61.tar patches-0daf7e263a2bfbe2de4b9c6598ebf1fdc8fa3b61.tar.gz |
gnu: swh-plugins: Update home-page to new uri.
* gnu/packages/audio.scm (swh-plugins)[home-page]: Update to new uri.
-rw-r--r-- | gnu/packages/audio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index acc443839f..55a34460b1 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -747,7 +747,7 @@ envelope follower, distortion effects, tape effects and more.") `(("fftwf" ,fftwf) ("perl-xml-parser" ,perl-xml-parser))) (build-system gnu-build-system) - (home-page "https://github.com/swh/ladspa/") + (home-page "http://plugin.org.uk") (synopsis "The SWH Plugins package for the LADSPA plugin system") (description "This package provides Steve Harris's LADSPA plugins.") (license license:gpl2+))) |