solfege: replace deprecated gpl3 license by gpl3Only

This commit is contained in:
Anthony Roussel 2022-08-22 18:44:59 +02:00 committed by Bjørn Forsman
parent e2f8343087
commit 2263824775

View File

@ -41,7 +41,7 @@ buildPythonApplication rec {
meta = with lib; {
description = "Ear training program";
homepage = "https://www.solfege.org/";
license = licenses.gpl3;
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ bjornfor orivej ];
};