From 0b36a1d27fae26fd78cdc25c1908ff0538b1a747 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 12 Nov 2022 08:04:00 +0000 Subject: [PATCH] python310Packages.colored: update meta --- pkgs/development/python-modules/colored/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/colored/default.nix b/pkgs/development/python-modules/colored/default.nix index 903f49c5f2a6..9a3352ca1424 100644 --- a/pkgs/development/python-modules/colored/default.nix +++ b/pkgs/development/python-modules/colored/default.nix @@ -25,9 +25,10 @@ buildPythonPackage rec { ]; meta = with lib; { - homepage = "https://gitlab.com/dslackw/colored"; description = "Simple library for color and formatting to terminal"; + homepage = "https://gitlab.com/dslackw/colored"; + changelog = "https://gitlab.com/dslackw/colored/-/raw/${version}/CHANGES.md"; + maintainers = with maintainers; [ ]; license = licenses.mit; }; - }