Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

try: fix homepage

+1 -1
+1 -1
pkgs/tools/admin/try/default.nix
··· 16 runHook postInstall 17 ''; 18 meta = with lib;{ 19 - homepage = "https://github/binpash/try"; 20 description = "Lets you run a command and inspect its effects before changing your live system"; 21 maintainers = with maintainers; [ pasqui23 ]; 22 license = with licenses; [ mit ];
··· 16 runHook postInstall 17 ''; 18 meta = with lib;{ 19 + homepage = "https://github.com/binpash/try"; 20 description = "Lets you run a command and inspect its effects before changing your live system"; 21 maintainers = with maintainers; [ pasqui23 ]; 22 license = with licenses; [ mit ];