foliate: refactor

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

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "johnfactotum";
repo = pname;
repo = "foliate";
rev = "refs/tags/${version}";
hash = "sha256-uKxybt8ZZuk2tWSJLKC7Tgw78EfMMgI99VExfgOdHwA=";
fetchSubmodules = true;
@ -51,10 +51,10 @@ stdenv.mkDerivation rec {
meta = with lib; {
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 ];
mainProgram = "foliate";
};
}