Merge pull request #253254 from zaldnoay/fix-run-brec

This commit is contained in:
figsoda 2023-09-04 12:01:04 -04:00 committed by GitHub
commit 93b18c970d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,7 @@ stdenv.mkDerivation {
description = "A convenient free open source bilibili live recording tool";
homepage = "https://rec.danmuji.org/";
changelog = "https://github.com/BililiveRecorder/BililiveRecorder/releases/tag/${version}";
mainProgram = "BililiveRecorder";
license = licenses.gpl3Only;
maintainers = with maintainers; [ zaldnoay ];
platforms = platforms.unix;