Commit aae42ce3 authored by Niklas Korz's avatar Niklas Korz
Browse files

vulkan-caps-viewer: fix license

The package incorrectly stated GPLv2 as license.
The actual license is LGPLv3:
https://github.com/SaschaWillems/VulkanCapsViewer/commit/c41956d23f08bf29f122c1c194404d588bc1d8fc
parent 0d47c576
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}";
  };