From 8659d3826e866dde044d5565ef5dcd0e4bbdf00f Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 4 May 2026 11:28:21 +0200 Subject: [PATCH] bean-add: add license source: https://github.com/simon-v/bean-add/blob/master/LICENSE --- pkgs/applications/office/beancount/bean-add.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/applications/office/beancount/bean-add.nix b/pkgs/applications/office/beancount/bean-add.nix index 913ac85fcf0f..e3e80e2cbef5 100644 --- a/pkgs/applications/office/beancount/bean-add.nix +++ b/pkgs/applications/office/beancount/bean-add.nix @@ -28,10 +28,7 @@ stdenv.mkDerivation { homepage = "https://github.com/simon-v/bean-add/"; description = "Beancount transaction entry assistant"; mainProgram = "bean-add"; - - # The (only) source file states: - # License: "Do what you feel is right, but don't be a jerk" public license. - + license = lib.licenses.asl20; maintainers = with lib.maintainers; [ matthiasbeyer ]; }; }