share-preview: add downloadPage + changelog

This commit is contained in:
awwpotato
2025-04-25 12:56:26 -07:00
parent a9949ad376
commit 04c9ccf551
@@ -65,6 +65,8 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Preview and debug websites metadata tags for social media share";
homepage = "https://apps.gnome.org/SharePreview";
downloadPage = "https://github.com/rafaelmardojai/share-preview";
changelog = "https://github.com/rafaelmardojai/share-preview/releases/tag/${finalAttrs.version}";
license = lib.licenses.gpl3Plus;
mainProgram = "share-preview";
maintainers = lib.teams.gnome-circle.members;