movit: fix homepage

This commit is contained in:
Cillian de Róiste 2017-08-03 21:33:52 +02:00
parent 5c7edf239f
commit 09f2e20a79

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "High-performance, high-quality video filters for the GPU";
homepage = http://movits.sesse.net;
homepage = http://movit.sesse.net;
license = licenses.gpl2Plus;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;