Merge pull request #308932 from Sigmanificient/patch-2
hunt: Fix homepage url
This commit is contained in:
commit
8436f57c20
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue