emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/repology 73a3ea1: repology-license: Fix code typo


From: Nicolas Goaziou
Subject: [elpa] externals/repology 73a3ea1: repology-license: Fix code typo
Date: Tue, 19 Jan 2021 08:28:10 -0500 (EST)

branch: externals/repology
commit 73a3ea1276c3536d6303344c19066d1239110033
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    repology-license: Fix code typo
    
    * repology-license.el (repology--license-vote): Fix typo.
---
 repology-license.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repology-license.el b/repology-license.el
index cbe8781..8ef9b59 100644
--- a/repology-license.el
+++ b/repology-license.el
@@ -305,7 +305,7 @@ PACKAGE is a package object."
          ;; For a vote to be "Free", every license string must be
          ;; free.  However, we stop at first "Unknown" or "Non-Free"
          ;; result.
-         (pcase (funcall p t)
+         (pcase (funcall p l)
            ('t nil)
            (other (throw :vote other))))
        t))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]