Revert "feat: add the right license to buildbot-profile"
This reverts commit ed48f3c5cc
because it's unpackageable.
This commit is contained in:
parent
72ee691780
commit
1ec8e33c3f
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue