summary refs log tree commit diff
path: root/pkgs/tools/admin/try/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/admin/try/default.nix')
-rw-r--r--pkgs/tools/admin/try/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/admin/try/default.nix b/pkgs/tools/admin/try/default.nix
index 4ab78210afc..697a192d156 100644
--- a/pkgs/tools/admin/try/default.nix
+++ b/pkgs/tools/admin/try/default.nix
@@ -16,7 +16,7 @@ stdenvNoCC.mkDerivation rec {
     runHook postInstall
   '';
   meta = with lib;{
-    homepage = "https://github/binpash/try";
+    homepage = "https://github.com/binpash/try";
     description = "Lets you run a command and inspect its effects before changing your live system";
     maintainers = with maintainers; [ pasqui23 ];
     license = with licenses; [ mit ];