Commit a388f0dd authored by jopejoe1's avatar jopejoe1
Browse files

python3Packages.python-doi: set license

parent ba81fb35
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };
}