Unverified Commit 463aaeae authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

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

parents be1e0fad f1a00d73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
    ];