solfege: fix bad meta.homepage url

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

View file

@ -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 ];