Unverified Commit 1ea41bb7 authored by Matthieu Coudron's avatar Matthieu Coudron Committed by GitHub
Browse files

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

parents aecae20c a388f0dd
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;
  };
}