Unverified Commit 593919f9 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

python3Packages.netbox-contextmenus: adjust license (#443384)

parents 2cf9c99e 0cf04d68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    description = "Netbox plugin to add context buttons to the links, making navigating less clicky";
    homepage = "https://github.com/PieterL75/netbox_contextmenus/";
    changelog = "https://github.com/PieterL75/netbox_contextmenus/releases/tag/${src.tag}";
    license = lib.licenses.unfree;
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ felbinger ];
  };
}