From bc458bab09b640647e59f89909e0b9daa4e5e41c Mon Sep 17 00:00:00 2001 From: santoshxshrestha Date: Thu, 19 Mar 2026 01:34:38 +0545 Subject: [PATCH] mdwatch: update src santoshxshrestha -> vimlinuz --- pkgs/by-name/md/mdwatch/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/md/mdwatch/package.nix b/pkgs/by-name/md/mdwatch/package.nix index 3285415a50d5..64c80deac3ff 100644 --- a/pkgs/by-name/md/mdwatch/package.nix +++ b/pkgs/by-name/md/mdwatch/package.nix @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage (finalAttrs: { version = "0.1.22"; src = fetchFromGitHub { - owner = "santoshxshrestha"; + owner = "vimlinuz"; repo = "mdwatch"; tag = "v${finalAttrs.version}"; hash = "sha256-aAa9Y1aKfZVnUyNkEUM7FJKEvQsX9BUqGlTb9zhZzTk="; @@ -26,8 +26,8 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Simple CLI tool to live-preview Markdown files in your browser"; - homepage = "https://github.com/santoshxshrestha/mdwatch"; - changelog = "https://github.com/santoshxshrestha/mdwatch/releases/tag/${finalAttrs.src.tag}"; + homepage = "https://github.com/vimlinuz/mdwatch"; + changelog = "https://github.com/vimlinuz/mdwatch/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ x123 ]; mainProgram = "mdwatch";