Use upstream's short description in meta
This commit is contained in:
parent
94eafa02bf
commit
f9391a2ca8
@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/MTG/gaia";
|
homepage = "https://github.com/MTG/gaia";
|
||||||
description = "C++ library with python bindings which implements similarity measures and classifications on the results of audio analysis, and generates classification models that Essentia can use to compute high-level description of music";
|
description = "General library to work with points in a semimetric space";
|
||||||
maintainers = with maintainers; [ doronbehar ];
|
maintainers = with maintainers; [ doronbehar ];
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user