about summary refs log tree commit diff
path: root/pkgs/applications/audio/ams-lv2
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2019-12-08 17:50:31 +0100
committerJon <jonringer@users.noreply.github.com>2019-12-08 10:21:29 -0800
commit69b393ace512f7d08e31ff2b02b015d39f49fcdf (patch)
treec84be8f01c69b75d031252ef72ee5334504f1a45 /pkgs/applications/audio/ams-lv2
parentfd0e1eef2826f95aa12f3177ce3a6d9b72f63711 (diff)
downloadnixlib-69b393ace512f7d08e31ff2b02b015d39f49fcdf.tar
nixlib-69b393ace512f7d08e31ff2b02b015d39f49fcdf.tar.gz
nixlib-69b393ace512f7d08e31ff2b02b015d39f49fcdf.tar.bz2
nixlib-69b393ace512f7d08e31ff2b02b015d39f49fcdf.tar.lz
nixlib-69b393ace512f7d08e31ff2b02b015d39f49fcdf.tar.xz
nixlib-69b393ace512f7d08e31ff2b02b015d39f49fcdf.tar.zst
nixlib-69b393ace512f7d08e31ff2b02b015d39f49fcdf.zip
Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
Diffstat (limited to 'pkgs/applications/audio/ams-lv2')
-rw-r--r--pkgs/applications/audio/ams-lv2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/ams-lv2/default.nix b/pkgs/applications/audio/ams-lv2/default.nix
index 0750c38550b1..34f5667bfcaa 100644
--- a/pkgs/applications/audio/ams-lv2/default.nix
+++ b/pkgs/applications/audio/ams-lv2/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation  rec {
 
   meta = with stdenv.lib; {
     description = "An LV2 port of the internal modules found in Alsa Modular Synth";
-    homepage = http://objectivewave.wordpress.com/ams-lv2;
+    homepage = "https://github.com/blablack/ams-lv2";
     license = licenses.gpl3;
     maintainers = [ maintainers.goibhniu ];
     platforms = platforms.linux;