From a388f0ddbf8e21fe79daad453d79e0dfd8b472a8 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 4 May 2026 14:20:58 +0200 Subject: [PATCH] python3Packages.python-doi: set license source: https://github.com/papis/python-doi/blob/master/LICENSE --- pkgs/development/python-modules/python-doi/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/python-doi/default.nix b/pkgs/development/python-modules/python-doi/default.nix index ae13490a68d0..43a3e99154f6 100644 --- a/pkgs/development/python-modules/python-doi/default.nix +++ b/pkgs/development/python-modules/python-doi/default.nix @@ -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; }; }