Loading pkgs/by-name/si/sioyek/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/by-name/si/sioyek/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading