pass-git-helper: fix license (#484561)

This commit is contained in:
Jo
2026-01-27 23:34:26 +00:00
committed by GitHub
+1 -1
View File
@@ -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
];