From f1a00d73fa90e851dcc0220447b3f51173a62d7a Mon Sep 17 00:00:00 2001 From: ibbem Date: Tue, 27 Jan 2026 22:18:15 +0100 Subject: [PATCH] pass-git-helper: fix license https://github.com/languitar/pass-git-helper/blob/v4.1.0/LICENSE.txt https://github.com/languitar/pass-git-helper/tree/v4.1.0#license --- pkgs/by-name/pa/pass-git-helper/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/pa/pass-git-helper/package.nix b/pkgs/by-name/pa/pass-git-helper/package.nix index 2bb5a120249a..6b892d5a9668 100644 --- a/pkgs/by-name/pa/pass-git-helper/package.nix +++ b/pkgs/by-name/pa/pass-git-helper/package.nix @@ -33,7 +33,7 @@ python3Packages.buildPythonApplication rec { meta = { homepage = "https://github.com/languitar/pass-git-helper"; description = "Git credential helper interfacing with pass, the standard unix password manager"; - license = lib.licenses.gpl3Plus; + license = lib.licenses.lgpl3Plus; maintainers = with lib.maintainers; [ hmenke ];