mlt: fix homepage

This commit is contained in:
Cillian de Róiste 2017-08-03 21:30:51 +02:00
parent 52ebfd6bc6
commit 5c7edf239f

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Open source multimedia framework, designed for television broadcasting";
homepage = http://www.mltframework.org/;
homepage = https://www.mltframework.org;
license = licenses.gpl3;
maintainers = [ maintainers.tohl ];
platforms = platforms.linux;