From cf0419e7d5c774ea1d94261174e14eac2e810338 Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Mon, 9 Dec 2019 08:20:03 +0100 Subject: fplll: add changelog --- pkgs/development/libraries/fplll/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pkgs/development/libraries') diff --git a/pkgs/development/libraries/fplll/default.nix b/pkgs/development/libraries/fplll/default.nix index d00c9cac93e..10f30a50477 100644 --- a/pkgs/development/libraries/fplll/default.nix +++ b/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; -- cgit 1.4.1