Merge pull request #265944 from io12/try-fix-homepage

try: fix homepage
This commit is contained in:
Weijia Wang 2023-11-07 01:13:27 +01:00 committed by GitHub
commit 9975ea9c37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];