about summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-07 01:13:27 +0100
committerGitHub <noreply@github.com>2023-11-07 01:13:27 +0100
commit9975ea9c3797c2aaa93f3abe7907cf0a95151f7b (patch)
tree4f9bf1a9f1a07a0fe72e25c2cbf0996f2ed8c53c /pkgs/tools/admin
parentfe3d292f2ce29cbc121d4aa6242545d56a5034bf (diff)
parentdfbbea20239abe017aa887e8bc766eed01dda36c (diff)
downloadnixlib-9975ea9c3797c2aaa93f3abe7907cf0a95151f7b.tar
nixlib-9975ea9c3797c2aaa93f3abe7907cf0a95151f7b.tar.gz
nixlib-9975ea9c3797c2aaa93f3abe7907cf0a95151f7b.tar.bz2
nixlib-9975ea9c3797c2aaa93f3abe7907cf0a95151f7b.tar.lz
nixlib-9975ea9c3797c2aaa93f3abe7907cf0a95151f7b.tar.xz
nixlib-9975ea9c3797c2aaa93f3abe7907cf0a95151f7b.tar.zst
nixlib-9975ea9c3797c2aaa93f3abe7907cf0a95151f7b.zip
Merge pull request #265944 from io12/try-fix-homepage
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 4ab78210afca..697a192d156e 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 ];