babl: fix license and homepage URL
This commit is contained in:
parent
fefda2dd98
commit
0f0a6ee9b7
@ -33,9 +33,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Image pixel format conversion library";
|
description = "Image pixel format conversion library";
|
||||||
homepage = "http://gegl.org/babl/";
|
homepage = "https://gegl.org/babl/";
|
||||||
license = licenses.gpl3;
|
license = licenses.lgpl3Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [ jtojnar ];
|
maintainers = with maintainers; [ jtojnar ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user