mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 14:41:18 +00:00
tui-journal: fix changelog link
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
(cherry picked from commit 2f9abaa7c9)
This commit is contained in:
committed by
github-actions[bot]
parent
e1d242be8e
commit
19bb828e48
@@ -34,9 +34,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/AmmarAbouZor/tui-journal/blob/${finalAttrs.src.rev}/CHANGELOG.md";
|
||||
description = "Your journal app if you live in a terminal";
|
||||
homepage = "https://github.com/AmmarAbouZor/tui-journal";
|
||||
changelog = "https://github.com/AmmarAbouZor/tui-journal/blob/${finalAttrs.src.rev}/CHANGELOG.ron";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "tjournal";
|
||||
maintainers = with lib.maintainers; [ phanirithvij ];
|
||||
|
||||
Reference in New Issue
Block a user