vulkan-caps-viewer: fix license

The package incorrectly stated GPLv2 as license.
The actual license is LGPLv3:
https://github.com/SaschaWillems/VulkanCapsViewer/commit/c41956d23f08bf29f122c1c194404d588bc1d8fc
This commit is contained in:
Niklas Korz
2026-03-15 16:20:44 +01:00
parent 0d47c576e2
commit aae42ce3c3
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://vulkan.gpuinfo.org/";
platforms = lib.platforms.unix;
license = lib.licenses.gpl2Only;
license = lib.licenses.lgpl3Only;
maintainers = with lib.maintainers; [ pedrohlc ];
changelog = "https://github.com/SaschaWillems/VulkanCapsViewer/releases/tag/${version}";
};