diff --git a/pkgs/by-name/mi/micro/package.nix b/pkgs/by-name/mi/micro/package.nix index 04755a16aaf9b..e7c25d77bc40c 100644 --- a/pkgs/by-name/mi/micro/package.nix +++ b/pkgs/by-name/mi/micro/package.nix @@ -93,6 +93,7 @@ let meta = { homepage = "https://micro-editor.github.io"; + changelog = "https://github.com/zyedidia/micro/releases/"; description = "Modern and intuitive terminal-based text editor"; longDescription = '' micro is a terminal-based text editor that aims to be easy to use and @@ -106,7 +107,10 @@ let ''; license = lib.licenses.mit; mainProgram = "micro"; - maintainers = with lib.maintainers; [ AndersonTorres ]; + maintainers = with lib.maintainers; [ + AndersonTorres + pbsds + ]; }; }; in