peertube-viewer: clean up package a bit (#342146)

This commit is contained in:
Cosima Neidahl
2024-11-02 13:37:06 +01:00
committed by GitHub
+2 -1
View File
@@ -4,7 +4,7 @@
rustPlatform,
}:
rustPlatform.buildRustPackage rec {
rustPlatform.buildRustPackage {
pname = "peertube-viewer";
version = "1.8.6";
@@ -22,5 +22,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://gitlab.com/peertube-viewer/peertube-viewer-rs";
license = licenses.agpl3Only;
maintainers = with maintainers; [ haruki7049 ];
mainProgram = "peertube-viewer-rs";
};
}