lyrebird: update homepage

jopejoe1 564a67bb 8d54d26e

+2 -2
+2 -2
pkgs/by-name/ly/lyrebird/package.nix
··· 30 30 doCheck = false; 31 31 32 32 src = fetchFromGitHub { 33 - owner = "chxrlt"; 33 + owner = "lyrebird-voice-changer"; 34 34 repo = "lyrebird"; 35 35 tag = "v${version}"; 36 36 sha256 = "sha256-VIYcOxvSpzRvJMzEv2i5b7t0WMF7aQxB4Y1jfvuZN/Y="; ··· 74 74 meta = with lib; { 75 75 description = "Simple and powerful voice changer for Linux, written in GTK 3"; 76 76 mainProgram = "lyrebird"; 77 - homepage = "https://github.com/chxrlt/lyrebird"; 77 + homepage = "https://github.com/lyrebird-voice-changer/lyrebird"; 78 78 license = licenses.mit; 79 79 maintainers = with maintainers; [ OPNA2608 ]; 80 80 platforms = platforms.linux;