Skip to content

Commit 84e10f5

Browse files
committed
🐛 change pname from GoAnime to goanime since binary name changed
1 parent 9ece323 commit 84e10f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}:
1414

1515
buildGoApplication {
16-
pname = "GoAnime";
16+
pname = "goanime";
1717
version = "1.0.9";
1818
go = pkgs.go;
1919
pwd = ./.;

0 commit comments

Comments
 (0)