vk-bootstrap: fix description typo
This commit is contained in:
parent
20c0b77e25
commit
14a7e7154b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Vulkan Bootstrapping Iibrary";
|
description = "Vulkan Bootstrapping Library";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
homepage = "https://github.com/charles-lunarg/vk-bootstrap";
|
homepage = "https://github.com/charles-lunarg/vk-bootstrap";
|
||||||
maintainers = with maintainers; [ shamilton ];
|
maintainers = with maintainers; [ shamilton ];
|
||||||
|
|
Loading…
Reference in a new issue