Unverified Commit 8d982620 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

sioyek: fix changelog #514132 (#514248)

parents e60c3be5 3a382bf5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -82,7 +82,10 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://sioyek.info/";
    description = "PDF viewer designed for research papers and technical books";
    mainProgram = "sioyek";
    changelog = "https://github.com/ahrm/sioyek/releases/tag/v${finalAttrs.version}";
    # no changelog for unstable version, change back to
    # https://github.com/ahrm/sioyek/releases/tag/v${finalAttrs.version}
    # once stable again
    changelog = "https://github.com/ahrm/sioyek/releases";
    license = lib.licenses.gpl3Only;
    maintainers = with lib.maintainers; [
      podocarp