babl: fix license and homepage URL
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user