From 59ffef8450bce36066f2045a1621cce05aede2ed Mon Sep 17 00:00:00 2001 From: Tom van Dijk <18gatenmaker6@gmail.com> Date: Sun, 27 Jul 2025 01:27:55 +0200 Subject: [PATCH] github-desktop: add dtomvan as a maintainer In response to https://github.com/NixOS/nixpkgs/pull/428716 --- pkgs/by-name/gi/github-desktop/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/gi/github-desktop/package.nix b/pkgs/by-name/gi/github-desktop/package.nix index 3ac3f6182756..6a00f32c2dbe 100644 --- a/pkgs/by-name/gi/github-desktop/package.nix +++ b/pkgs/by-name/gi/github-desktop/package.nix @@ -101,7 +101,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { homepage = "https://desktop.github.com/"; license = lib.licenses.mit; mainProgram = "github-desktop"; - maintainers = [ ]; + maintainers = with lib.maintainers; [ dtomvan ]; platforms = lib.platforms.linux; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; };