aboutsummaryrefslogtreecommitdiffstats
path: root/atuin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'atuin.nix')
-rw-r--r--atuin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin.nix b/atuin.nix
index 7a116b86..795e927d 100644
--- a/atuin.nix
+++ b/atuin.nix
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage {
meta = with lib; {
description = "Replacement for a shell history which records additional commands context with optional encrypted synchronization between machines";
- homepage = "https://github.com/ellie/atuin";
+ homepage = "https://github.com/atuinsh/atuin";
license = licenses.mit;
};
}