about summary refs log tree commit diff
path: root/pkgs/applications/audio/fomp
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-02-06 11:45:01 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2022-02-06 15:10:41 +0100
commit31f993329eb3c9624eaf0839abaca8cb9abb5063 (patch)
tree096fd4d957257778d621509d44fbb690668eba74 /pkgs/applications/audio/fomp
parent8b4979c7505dc5d7f9c7c16ed689a5c55ee55272 (diff)
fomp: update homepage
and use SPDX 3.0 license identifier
Diffstat (limited to 'pkgs/applications/audio/fomp')
-rw-r--r--pkgs/applications/audio/fomp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/fomp/default.nix b/pkgs/applications/audio/fomp/default.nix
index bb421886f5d37..8dc86cb8ccf5d 100644
--- a/pkgs/applications/audio/fomp/default.nix
+++ b/pkgs/applications/audio/fomp/default.nix
@@ -13,9 +13,9 @@ stdenv.mkDerivation rec {
   buildInputs = [ lv2 python3 ];
 
   meta = with lib; {
-    homepage = "http://drobilla.net/software/fomp/";
+    homepage = "https://drobilla.net/software/fomp.html";
     description = "An LV2 port of the MCP, VCO, FIL, and WAH plugins by Fons Adriaensen";
-    license = licenses.gpl2;
+    license = licenses.gpl2Plus;
     maintainers = [ maintainers.magnetophon ];
     platforms = platforms.linux;
   };