From c533522d95f75e05f12245bfa5d5f310bc729c36 Mon Sep 17 00:00:00 2001 From: jaredmontoya <49511278+jaredmontoya@users.noreply.github.com> Date: Wed, 20 May 2026 22:01:09 +0200 Subject: [PATCH] python3Packages.dbgpu: fix description (cherry picked from commit 9ea421e79625c45fe195836ce671126065acdcdd) --- pkgs/development/python-modules/dbgpu/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/dbgpu/default.nix b/pkgs/development/python-modules/dbgpu/default.nix index ee31a2e407a3..808295363c0d 100644 --- a/pkgs/development/python-modules/dbgpu/default.nix +++ b/pkgs/development/python-modules/dbgpu/default.nix @@ -35,7 +35,7 @@ buildPythonPackage (finalAttrs: { pythonImportsCheck = [ "dbgpu" ]; meta = { - description = "A small, easy-to-use open source database of over 2000 GPUs with architecture, manufacturing, API support and performance details"; + description = "Small, easy-to-use open source database of over 2000 GPUs with architecture, manufacturing, API support and performance details"; homepage = "https://github.com/painebenjamin/dbgpu"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ jaredmontoya ];