summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific/linux/xp-pen-drivers/g430/default.nix
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-06-24 17:05:06 -0400
committeréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-06-29 03:09:10 -0400
commit71e728d3b8ad736e4a909231e2d657eeb12a3b6d (patch)
tree4d219e0f8cd6dd398bb14e415c9c5b19464b8714 /pkgs/os-specific/linux/xp-pen-drivers/g430/default.nix
parent3c2eabf5a1682f1ea721bc43e58faf652ec3112d (diff)
maintainers: remove ivar
Diffstat (limited to 'pkgs/os-specific/linux/xp-pen-drivers/g430/default.nix')
-rw-r--r--pkgs/os-specific/linux/xp-pen-drivers/g430/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/xp-pen-drivers/g430/default.nix b/pkgs/os-specific/linux/xp-pen-drivers/g430/default.nix
index ad983662109a..f428ef803b1a 100644
--- a/pkgs/os-specific/linux/xp-pen-drivers/g430/default.nix
+++ b/pkgs/os-specific/linux/xp-pen-drivers/g430/default.nix
@@ -34,6 +34,6 @@ mkDerivation rec {
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
- maintainers = with maintainers; [ ivar ];
+ maintainers = with maintainers; [ ];
};
}