mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.dbgpu: fix description
(cherry picked from commit 9ea421e796)
This commit is contained in:
parent
4a20f5cbc3
commit
c533522d95
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue