Unverified Commit 32e78a7a authored by Bryton Hall's avatar Bryton Hall Committed by GitHub
Browse files

Update pkgs/applications/misc/koreader/default.nix



Co-authored-by: default avatarfigsoda <figsoda@pm.me>
parent 47e8beba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
    description =
      "An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices";
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    platforms = with platforms; intersectLists linux (x86_64 ++ aarch64);
    platforms = [ "aarch64-linux" "x86_64-linux" ];
    license = licenses.agpl3Only;
    maintainers = with maintainers; [ contrun neonfuz];
  };