bepasty: fix license to bsd2

This commit is contained in:
Jakub Skokan 2023-05-12 20:22:29 +02:00
parent becd4e0f3b
commit b031ba3d52

View file

@ -41,7 +41,7 @@ with python3.pkgs; buildPythonPackage rec {
meta = {
homepage = "https://github.com/bepasty/bepasty-server";
description = "Binary pastebin server";
license = lib.licenses.mit;
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ aither64 makefu ];
};
}