abcm2ps: correct license

This commit is contained in:
Robert Schütz 2021-07-24 00:11:04 +02:00
parent 9d69d3e488
commit 82147a2680

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "http://moinejf.free.fr/";
license = licenses.gpl3;
license = licenses.lgpl3Plus;
description = "A command line program which converts ABC to music sheet in PostScript or SVG format";
platforms = platforms.unix;
maintainers = [ maintainers.dotlambda ];