libkate: add license
This commit is contained in:
parent
804e86c004
commit
53194bf4f2
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ libogg libpng ];
|
buildInputs = [ libogg libpng ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A library for encoding and decoding Kate streams";
|
description = "A library for encoding and decoding Kate streams";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
This is libkate, the reference implementation of a codec for the Kate
|
This is libkate, the reference implementation of a codec for the Kate
|
||||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||||
in an Ogg container. It can carry Unicode text, images, and animate
|
in an Ogg container. It can carry Unicode text, images, and animate
|
||||||
them.'';
|
them.'';
|
||||||
homepage = https://code.google.com/archive/p/libkate/;
|
homepage = https://code.google.com/archive/p/libkate/;
|
||||||
maintainers = [ ];
|
platforms = platforms.unix;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue