try: fix homepage

This commit is contained in:
Benjamin Levy 2023-11-06 17:36:33 -05:00
parent f74f45a03d
commit dfbbea2023
No known key found for this signature in database
GPG Key ID: AAB1132642EF3045

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