docs: Consistent description for package.nix

reflect changes made elsewhere
This commit is contained in:
Phil Clifford 2024-05-04 22:35:18 +01:00 committed by Martin Wimpress
parent 2acc2f4f40
commit 4c47a2a3ab
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
passthru.tests = testers.testVersion { package = quickemu; };
meta = with lib; {
description = "Quickly create and run optimised Windows, macOS and Linux desktop virtual machines";
description = "Quickly create and run optimised Windows, macOS and Linux virtual machines";
homepage = "https://github.com/quickemu-project/quickemu";
license = licenses.mit;
maintainers = with maintainers; [ fedx-sudo flexiondotorg ];