python39Packages.django_reversion: add import check, update meta

This commit is contained in:
Sandro Jäckel 2021-08-26 19:04:59 +02:00
parent 2c6642ddc4
commit c54165ed6c
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -18,10 +18,12 @@ buildPythonPackage rec {
propagatedBuildInputs = [ django ];
pythonImportsCheck = [ "reversion" ];
meta = with lib; {
description = "An extension to the Django web framework that provides comprehensive version control facilities";
homepage = "https://github.com/etianen/django-reversion";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
};
}