Merge pull request #308932 from Sigmanificient/patch-2

hunt: Fix homepage url
This commit is contained in:
Weijia Wang 2024-05-04 19:42:15 +02:00 committed by GitHub
commit 8436f57c20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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