Use upstream's short description in meta

This commit is contained in:
Doron Behar 2019-10-05 08:14:40 +03:00
parent 94eafa02bf
commit f9391a2ca8

View File

@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/MTG/gaia";
description = "C++ library with python bindings which implements similarity measures and classications on the results of audio analysis, and generates classication 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 ];
license = licenses.agpl3;
};