tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lyrebird: update homepage
jopejoe1
10 months ago
564a67bb
8d54d26e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ly
lyrebird
package.nix
+2
-2
pkgs/by-name/ly/lyrebird/package.nix
···
30
doCheck = false;
31
32
src = fetchFromGitHub {
33
-
owner = "chxrlt";
34
repo = "lyrebird";
35
tag = "v${version}";
36
sha256 = "sha256-VIYcOxvSpzRvJMzEv2i5b7t0WMF7aQxB4Y1jfvuZN/Y=";
···
74
meta = with lib; {
75
description = "Simple and powerful voice changer for Linux, written in GTK 3";
76
mainProgram = "lyrebird";
77
-
homepage = "https://github.com/chxrlt/lyrebird";
78
license = licenses.mit;
79
maintainers = with maintainers; [ OPNA2608 ];
80
platforms = platforms.linux;
···
30
doCheck = false;
31
32
src = fetchFromGitHub {
33
+
owner = "lyrebird-voice-changer";
34
repo = "lyrebird";
35
tag = "v${version}";
36
sha256 = "sha256-VIYcOxvSpzRvJMzEv2i5b7t0WMF7aQxB4Y1jfvuZN/Y=";
···
74
meta = with lib; {
75
description = "Simple and powerful voice changer for Linux, written in GTK 3";
76
mainProgram = "lyrebird";
77
+
homepage = "https://github.com/lyrebird-voice-changer/lyrebird";
78
license = licenses.mit;
79
maintainers = with maintainers; [ OPNA2608 ];
80
platforms = platforms.linux;