about summary refs log tree commit diff
path: root/pkgs/applications/audio/lmms
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2017-08-30 17:22:58 +0200
committerCillian de Róiste <cillian.deroiste@gmail.com>2017-08-30 17:57:27 +0200
commit28856eb23b85d341a07cc79eccfe8e5e7e1d814c (patch)
treeb45ef2dac90da2c26992e6090e83092ff03f8f93 /pkgs/applications/audio/lmms
parentb8538c680192924a77cac739ffac0438848649d4 (diff)
downloadnixlib-28856eb23b85d341a07cc79eccfe8e5e7e1d814c.tar
nixlib-28856eb23b85d341a07cc79eccfe8e5e7e1d814c.tar.gz
nixlib-28856eb23b85d341a07cc79eccfe8e5e7e1d814c.tar.bz2
nixlib-28856eb23b85d341a07cc79eccfe8e5e7e1d814c.tar.lz
nixlib-28856eb23b85d341a07cc79eccfe8e5e7e1d814c.tar.xz
nixlib-28856eb23b85d341a07cc79eccfe8e5e7e1d814c.tar.zst
nixlib-28856eb23b85d341a07cc79eccfe8e5e7e1d814c.zip
Lmms: fix homepage URL
Diffstat (limited to 'pkgs/applications/audio/lmms')
-rw-r--r--pkgs/applications/audio/lmms/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/lmms/default.nix b/pkgs/applications/audio/lmms/default.nix
index 7ba5bcc4ac48..dcefbb06436f 100644
--- a/pkgs/applications/audio/lmms/default.nix
+++ b/pkgs/applications/audio/lmms/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Linux MultiMedia Studio";
-    homepage = http://lmms.sourceforge.net;
+    homepage = https://lmms.io;
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
     maintainers = [ maintainers.goibhniu ];