{maintainers, mdwatch, nightdiamond-cursors}: update vimlinuz username (#499817)

This commit is contained in:
Matt Sturgeon
2026-03-18 20:05:06 +00:00
committed by GitHub
3 changed files with 12 additions and 12 deletions
+6 -6
View File
@@ -23969,12 +23969,6 @@
email = "hey@sandydoo.me";
matrix = "@sandydoo:matrix.org";
};
santosh = {
email = "santoshxshrestha@gmail.com";
name = "Santosh Shrestha";
github = "santoshxshrestha";
githubId = 182977126;
};
sarahec = {
email = "seclark@nextquestion.net";
github = "sarahec";
@@ -28444,6 +28438,12 @@
githubId = 7235381;
name = "Ondřej Kvapil";
};
vimlinuz = {
email = "vimlinuz@gmail.com";
name = "Santosh Shrestha";
github = "vimlinuz";
githubId = 182977126;
};
vincentbernat = {
email = "vincent@bernat.ch";
github = "vincentbernat";
+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";
@@ -9,7 +9,7 @@ stdenvNoCC.mkDerivation {
version = "0-unstable-2025-09-23";
src = fetchFromGitHub {
owner = "santoshxshrestha";
owner = "vimlinuz";
repo = "NightDiamond-cursors";
rev = "3ff3c0486430a4901b4d5cbbee87a370aa2b8ce9";
hash = "sha256-huruHo5w7Qrte1+nIiz+P1xPNDGrv5/eByHwaSlZYwQ=";
@@ -23,10 +23,10 @@ stdenvNoCC.mkDerivation {
'';
meta = {
homepage = "https://github.com/santoshxshrestha/NightDiamond-cursors";
homepage = "https://github.com/vimlinuz/NightDiamond-cursors";
description = "NightDiamond cursor themes";
license = lib.licenses.gpl3Only;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ santosh ];
maintainers = with lib.maintainers; [ vimlinuz ];
};
}