primesieve: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-10 23:44:00 +01:00 committed by GitHub
parent 016aaa261d
commit 6deae326bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://primesieve.org/";
changelog = "https://github.com/kimwalisch/primesieve/blob/v${version}/ChangeLog";
description = "Fast C/C++ prime number generator";
longDescription = ''
primesieve is a command-line program and C/C++ library for quickly