python.pkgs.fpylll: add changelog
This commit is contained in:
parent
da7ca3fa87
commit
0dcd09b1b6
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue