foliate: add changelog to meta

This commit is contained in:
Fabian Affolter 2024-04-06 00:22:21 +02:00 committed by GitHub
parent c374c1d8d3
commit f7153e61fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
description = "A simple and modern GTK eBook reader";
mainProgram = "foliate";
homepage = "https://johnfactotum.github.io/foliate";
changelog = "https://github.com/johnfactotum/foliate/releases/tag/${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ onny ];
};