fplll: add changelog

wip/yesman
Timo Kaufmann 5 years ago
parent 0fa66219cc
commit cf0419e7d5
  1. 9
      pkgs/development/libraries/fplll/default.nix

@ -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…
Cancel
Save