mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
bean-add: add license
source: https://github.com/simon-v/bean-add/blob/master/LICENSE
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user