Skip to content

Commit 5d3e027

Browse files
authored
peertube-viewer: clean up package a bit (#342146)
2 parents 17aacfb + 602a858 commit 5d3e027

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/by-name/pe/peertube-viewer/package.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
rustPlatform,
55
}:
66

7-
rustPlatform.buildRustPackage rec {
7+
rustPlatform.buildRustPackage {
88
pname = "peertube-viewer";
99
version = "1.8.6";
1010

@@ -22,5 +22,6 @@ rustPlatform.buildRustPackage rec {
2222
homepage = "https://gitlab.com/peertube-viewer/peertube-viewer-rs";
2323
license = licenses.agpl3Only;
2424
maintainers = with maintainers; [ haruki7049 ];
25+
mainProgram = "peertube-viewer-rs";
2526
};
2627
}

0 commit comments

Comments
 (0)