frei0r: fix typo

This commit is contained in:
Cillian de Róiste 2014-07-27 12:52:21 +02:00
parent ab7349711b
commit a9c04fa699

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ autoconf cairo opencv pkgconfig ];
meta = {
meta = with stdenv.lib; {
homepage = http://frei0r.dyne.org;
description = "Minimalist, cross-platform, shared video plugins";
license = licenses.gpl2;