python3Packages.django-tagging: set license
source: https://github.com/Fantomas42/django-tagging/blob/develop/LICENSE.txt
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
django,
|
||||
@@ -22,5 +23,9 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Generic tagging application for Django projects";
|
||||
homepage = "https://github.com/Fantomas42/django-tagging";
|
||||
license = lib.licenses.AND [
|
||||
lib.licenses.mit
|
||||
lib.licenses.bsd3
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user