Merge pull request #237236 from tjni/cargo-watch-homepage

cargo-watch: update the homepage link
This commit is contained in:
figsoda
2023-06-11 16:15:57 -04:00
committed by GitHub
@@ -1,4 +1,13 @@
{ stdenv, lib, rustPlatform, fetchFromGitHub, Cocoa, CoreServices, Foundation, rust, libiconv }:
{ stdenv
, lib
, rustPlatform
, fetchFromGitHub
, Cocoa
, CoreServices
, Foundation
, rust
, libiconv
}:
rustPlatform.buildRustPackage rec {
pname = "cargo-watch";
@@ -23,7 +32,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A Cargo subcommand for watching over Cargo project's source";
homepage = "https://github.com/passcod/cargo-watch";
homepage = "https://github.com/watchexec/cargo-watch";
license = licenses.cc0;
maintainers = with maintainers; [ xrelkd ivan ];
};