Lmms: fix homepage URL

This commit is contained in:
Cillian de Róiste 2017-08-30 17:22:58 +02:00
parent b8538c6801
commit 28856eb23b

View File

@ -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 ];