snappymail: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-11 10:46:54 +01:00 committed by GitHub
parent 9ade6f0054
commit 35519155de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,10 @@
{ lib, stdenv, fetchurl, writeText
, dataPath ? "/var/lib/snappymail" }:
{ lib
, stdenv
, fetchurl
, writeText
, dataPath ? "/var/lib/snappymail"
}:
stdenv.mkDerivation rec {
pname = "snappymail";
version = "2.23.0";
@ -27,8 +32,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Simple, modern & fast web-based email client";
homepage = "https://snappymail.eu";
changelog = "https://github.com/the-djmaze/snappymail/blob/v${version}/CHANGELOG.md";
downloadPage = "https://github.com/the-djmaze/snappymail/releases";
license = licenses.agpl3;
platforms = platforms.all;