Unverified Commit 04c9ccf5 authored by awwpotato's avatar awwpotato
Browse files

share-preview: add downloadPage + changelog

parent a9949ad3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;