python3Packages.python-doi: set license (#516505)

This commit is contained in:
Matthieu Coudron
2026-05-04 14:29:17 +00:00
committed by GitHub
@@ -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;
};
}