python3Packages.python-doi: set license

source: https://github.com/papis/python-doi/blob/master/LICENSE
This commit is contained in:
jopejoe1
2026-05-04 14:20:58 +02:00
parent ba81fb35d7
commit a388f0ddbf
@@ -23,5 +23,6 @@ buildPythonPackage rec {
description = "Python library to work with Document Object Identifiers (doi)";
homepage = "https://github.com/papis/python-doi";
maintainers = with lib.maintainers; [ teto ];
license = lib.licenses.gpl3Plus;
};
}