solfege: fix bad meta.homepage url

This commit is contained in:
Anthony Roussel
2022-08-22 22:06:38 +02:00
committed by Bjørn Forsman
parent 2263824775
commit 6538187715
+1 -1
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 ];