hunt: Fix homepage url

This commit is contained in:
Sigmanificient 2024-05-04 02:53:21 +02:00
parent 4da0f532ba
commit 80f9c62f63

View File

@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Simplified Find command made with Rust";
homepage = "https://github.com/LyonSyonII/hunt";
homepage = "https://github.com/LyonSyonII/hunt-rs";
license = licenses.mit;
maintainers = with maintainers; [ dit7ya ];
mainProgram = "hunt";