python310Packages.curtsies: add changelog to meta
This commit is contained in:
parent
bd5d425931
commit
8c02d4d44d
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Curses-like terminal wrapper, with colored strings!";
|
||||
homepage = "https://github.com/bpython/curtsies";
|
||||
changelog = "https://github.com/bpython/curtsies/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ flokli ];
|
||||
broken = stdenv.isDarwin;
|
||||
|
|
Loading…
Reference in a new issue