mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
jo: add changelog
This commit is contained in:
parent
0c30a3fe00
commit
e533a48e67
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
meta = {
|
||||
description = "Small utility to create JSON objects";
|
||||
homepage = "https://github.com/jpmens/jo";
|
||||
changelog = "https://github.com/jpmens/jo/blob/${finalAttrs.version}/ChangeLog";
|
||||
mainProgram = "jo";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue