fplll: add changelog
This commit is contained in:
parent
0fa66219cc
commit
cf0419e7d5
@ -29,6 +29,15 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = ''Lattice algorithms using floating-point arithmetic'';
|
||||
changelog = [
|
||||
# Some release notes are added to the github tags, though they are not
|
||||
# always complete.
|
||||
"https://github.com/fplll/fplll/releases/tag/${version}"
|
||||
# Releases are announced on this mailing list. Unfortunately it is not
|
||||
# possible to generate a direct link to the most recent announcement, but
|
||||
# this search should find it.
|
||||
"https://groups.google.com/forum/#!searchin/fplll-devel/FPLLL$20${version}"
|
||||
];
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [raskin];
|
||||
platforms = platforms.unix;
|
||||
|
Loading…
Reference in New Issue
Block a user