mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +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 = {
|
meta = {
|
||||||
description = "Small utility to create JSON objects";
|
description = "Small utility to create JSON objects";
|
||||||
homepage = "https://github.com/jpmens/jo";
|
homepage = "https://github.com/jpmens/jo";
|
||||||
|
changelog = "https://github.com/jpmens/jo/blob/${finalAttrs.version}/ChangeLog";
|
||||||
mainProgram = "jo";
|
mainProgram = "jo";
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue