python.pkgs.fpylll: add changelog

This commit is contained in:
Timo Kaufmann 2019-12-12 17:49:10 +01:00
parent da7ca3fa87
commit 0dcd09b1b6

View file

@ -54,6 +54,7 @@ buildPythonPackage rec {
meta = {
description = "A Python interface for fplll";
changelog = "https://github.com/fplll/fpylll/releases/tag/${version}";
homepage = https://github.com/fplll/fpylll;
maintainers = with lib.maintainers; [ timokau ];
license = lib.licenses.gpl2Plus;