From 22638247757e023b1f8418f3eaaadff4ecb9185c Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Mon, 22 Aug 2022 18:44:59 +0200 Subject: [PATCH] solfege: replace deprecated gpl3 license by gpl3Only --- pkgs/misc/solfege/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/misc/solfege/default.nix b/pkgs/misc/solfege/default.nix index c3c22ac8f159..c217337fffcb 100644 --- a/pkgs/misc/solfege/default.nix +++ b/pkgs/misc/solfege/default.nix @@ -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 ]; };