movit: fix homepage
This commit is contained in:
parent
5c7edf239f
commit
09f2e20a79
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "High-performance, high-quality video filters for the GPU";
|
description = "High-performance, high-quality video filters for the GPU";
|
||||||
homepage = http://movits.sesse.net;
|
homepage = http://movit.sesse.net;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.goibhniu ];
|
maintainers = [ maintainers.goibhniu ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
Loading…
Reference in New Issue