libqalculate: add license meta

This commit is contained in:
Leon Schuermann 2018-10-11 14:24:40 +02:00
parent 58654866ce
commit cc6e59e5d1

View File

@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
description = "An advanced calculator library";
homepage = http://qalculate.github.io;
maintainers = with maintainers; [ gebner ];
license = licenses.gpl2Plus;
platforms = platforms.all;
};
}