libomxil-bellagio: use a better homepage

We don't need to use a SourceForge project page as the homepage,
because the project has a dedicated website on SourceForge.
This commit is contained in:
Alyssa Ross
2023-01-24 10:09:10 +00:00
parent 110213c871
commit 362de11e34
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-Wno-error=array-bounds -Wno-error=stringop-overflow=8";
meta = with lib; {
homepage = "https://sourceforge.net/projects/omxil/";
homepage = "https://omxil.sourceforge.net/";
description = "An opensource implementation of the Khronos OpenMAX Integration Layer API to access multimedia components";
license = licenses.lgpl21;
platforms = platforms.linux;