Fix license attribute of many bsd-like licensed packages
This commit is contained in:
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = "http://ledger-cli.org/";
|
||||
description = "A double-entry accounting system with a command-line reporting interface";
|
||||
license = "BSD";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
||||
longDescription = ''
|
||||
Ledger is a powerful, double-entry accounting system that is accessed
|
||||
|
||||
Reference in New Issue
Block a user