beancount: set gpl2 -> gpl2Only
This commit is contained in:
parent
5d461c5ea3
commit
f77c15ca31
@ -53,7 +53,7 @@ buildPythonPackage rec {
|
|||||||
financial transaction records in a text file, read them in memory,
|
financial transaction records in a text file, read them in memory,
|
||||||
generate a variety of reports from them, and provides a web interface.
|
generate a variety of reports from them, and provides a web interface.
|
||||||
'';
|
'';
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Only;
|
||||||
maintainers = with maintainers; [ bhipple ];
|
maintainers = with maintainers; [ bhipple ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user