abcm2ps: correct license
This commit is contained in:
parent
9d69d3e488
commit
82147a2680
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue