beancount: set gpl2 -> gpl2Only

This commit is contained in:
Jörg Thalheim
2021-02-21 18:41:39 +00:00
committed by GitHub
parent 5d461c5ea3
commit f77c15ca31

View File

@@ -53,7 +53,7 @@ buildPythonPackage rec {
financial transaction records in a text file, read them in memory,
generate a variety of reports from them, and provides a web interface.
'';
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ bhipple ];
};
}