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

solfege: fix bad meta.homepage url

parent 22638247
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ buildPythonApplication rec {

  meta = with lib; {
    description = "Ear training program";
    homepage = "https://www.solfege.org/";
    homepage = "https://www.gnu.org/software/solfege/";
    license = licenses.gpl3Only;
    platforms = platforms.linux;
    maintainers = with maintainers; [ bjornfor orivej ];