Revert "feat: add the right license to buildbot-profile"

This reverts commit ed48f3c5cc
because it's unpackageable.
This commit is contained in:
raito 2024-10-27 22:26:23 +01:00
parent 72ee691780
commit 1ec8e33c3f

View file

@ -28,9 +28,9 @@ buildPythonPackage rec {
];
meta = {
description = "Statistical profiler for buildbot coordinator";
description = "";
homepage = "https://github.com/tardyp/buildbot_profiler";
license = lib.licenses.gpl2;
license = lib.licenses.unfree; # FIXME: nix-init did not find a license
maintainers = with lib.maintainers; [ raitobezarius ];
};
}