celt: update homepage

This commit is contained in:
Renaud 2022-02-05 19:47:36 +01:00 committed by c0bw3b
parent da27e1dd8a
commit 4e68d69af9

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Ultra-low delay audio codec";
homepage = "http://www.celt-codec.org/";
homepage = "https://gitlab.xiph.org/xiph/celt"; # http://www.celt-codec.org/ is gone
license = licenses.bsd2;
maintainers = with maintainers; [ codyopel raskin ];
platforms = platforms.unix;