Commit 9f7ee166 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python314Packages.virt-firmware: specify license

parent af83ace9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ buildPythonPackage rec {
  meta = {
    description = "Tools for virtual machine firmware volumes";
    homepage = "https://gitlab.com/kraxel/virt-firmware";
    license = lib.licenses.gpl2;
    license = lib.licenses.gpl2Only;
    maintainers = with lib.maintainers; [
      raitobezarius
    ];