aboutsummaryrefslogtreecommitdiffstats
path: root/atuin.nix
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-07-30 23:08:00 +0100
committerGitHub <noreply@github.com>2023-07-30 23:08:00 +0100
commit1fb7caa2d6eafd9985324252ec3092abc37ec8fc (patch)
tree2119e828392692dc4bfaf3d0d356e82172b625c4 /atuin.nix
parentDrop default sync frequency to 10m (#1130) (diff)
downloadatuin-1fb7caa2d6eafd9985324252ec3092abc37ec8fc.zip
Move all references to the old repo (#1132)
The repo now lives on an org! Move all references to the old path.
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;
};
}