Skip to content

Commit

Permalink
fix package.nix meta.changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Nov 29, 2024
1 parent 3520815 commit 9539d84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ rustPlatform.buildRustPackage {
installShellCompletion "$out"/share/completions/mirador.{bash,fish,zsh}
'';

meta = {
meta = rec {
description = "CLI to watch mailbox changes";
mainProgram = "mirador";
homepage = "https://github.com/pimalaya/mirador/";
changelog = "https://github.com/soywod/mirador/blob/v${version}/CHANGELOG.md";
homepage = "https://github.com/pimalaya/mirador";
changelog = "${homepage}/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ soywod ];
};
Expand Down

0 comments on commit 9539d84

Please sign in to comment.