Skip to content

Commit 9539d84

Browse files
committedNov 29, 2024··
fix package.nix meta.changelog
1 parent 3520815 commit 9539d84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ rustPlatform.buildRustPackage {
6262
installShellCompletion "$out"/share/completions/mirador.{bash,fish,zsh}
6363
'';
6464

65-
meta = {
65+
meta = rec {
6666
description = "CLI to watch mailbox changes";
6767
mainProgram = "mirador";
68-
homepage = "https://github.com/pimalaya/mirador/";
69-
changelog = "https://github.com/soywod/mirador/blob/v${version}/CHANGELOG.md";
68+
homepage = "https://github.com/pimalaya/mirador";
69+
changelog = "${homepage}/blob/v${version}/CHANGELOG.md";
7070
license = lib.licenses.mit;
7171
maintainers = with lib.maintainers; [ soywod ];
7272
};

0 commit comments

Comments
 (0)
Please sign in to comment.