lyrebird: update homepage

This commit is contained in:
jopejoe1
2025-03-22 12:21:33 +01:00
parent 8d54d26eef
commit 564a67bb51
+2 -2
View File
@@ -30,7 +30,7 @@ python3Packages.buildPythonApplication rec {
doCheck = false;
src = fetchFromGitHub {
owner = "chxrlt";
owner = "lyrebird-voice-changer";
repo = "lyrebird";
tag = "v${version}";
sha256 = "sha256-VIYcOxvSpzRvJMzEv2i5b7t0WMF7aQxB4Y1jfvuZN/Y=";
@@ -74,7 +74,7 @@ python3Packages.buildPythonApplication rec {
meta = with lib; {
description = "Simple and powerful voice changer for Linux, written in GTK 3";
mainProgram = "lyrebird";
homepage = "https://github.com/chxrlt/lyrebird";
homepage = "https://github.com/lyrebird-voice-changer/lyrebird";
license = licenses.mit;
maintainers = with maintainers; [ OPNA2608 ];
platforms = platforms.linux;