about summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorBenjamin Levy <7348004+io12@users.noreply.github.com>2023-11-06 17:36:33 -0500
committerBenjamin Levy <7348004+io12@users.noreply.github.com>2023-11-06 17:36:33 -0500
commitdfbbea20239abe017aa887e8bc766eed01dda36c (patch)
tree49e91d4fb61504ed78e3ac0bdec08b8f051a8daa /pkgs/tools/admin
parentf74f45a03d180482e22b6a7c7c68d1608ca696d3 (diff)
try: fix homepage
Diffstat (limited to 'pkgs/tools/admin')
-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 4ab78210afca3..697a192d156e6 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 ];