Commit 22638247 authored by Anthony Roussel's avatar Anthony Roussel Committed by Bjørn Forsman
Browse files

solfege: replace deprecated gpl3 license by gpl3Only

parent e2f83430
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };