From b031ba3d529e246fdbfa0d7b50e6621b7a96f8c4 Mon Sep 17 00:00:00 2001 From: Jakub Skokan Date: Fri, 12 May 2023 20:22:29 +0200 Subject: [PATCH] bepasty: fix license to bsd2 --- pkgs/tools/misc/bepasty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/bepasty/default.nix b/pkgs/tools/misc/bepasty/default.nix index ce080c155290..57467f72e22f 100644 --- a/pkgs/tools/misc/bepasty/default.nix +++ b/pkgs/tools/misc/bepasty/default.nix @@ -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 ]; }; }