Unverified Commit 5d3e027d authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

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

parents 17aacfb6 602a8585
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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";
  };
}