mdwatch: update src santoshxshrestha -> vimlinuz

This commit is contained in:
santoshxshrestha
2026-03-19 01:35:49 +05:45
parent 0216859f40
commit bc458bab09
+3 -3
View File
@@ -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";