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

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

[elpa] externals/repology d534426 2/4: repology: Move repology-statistic


From: Nicolas Goaziou
Subject: [elpa] externals/repology d534426 2/4: repology: Move repology-statistics-url to "repology-utils"
Date: Sun, 24 Jan 2021 06:23:38 -0500 (EST)

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

    repology: Move repology-statistics-url to "repology-utils"
    
    * repology.el (repology-statistics-url): Move from here to...
    * repology-utils.el: here.
---
 repology-utils.el | 4 ++++
 repology.el       | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/repology-utils.el b/repology-utils.el
index b32f0dc..0a585f6 100644
--- a/repology-utils.el
+++ b/repology-utils.el
@@ -201,6 +201,10 @@ following ones:
 
 
 ;;; Repositories
+(defconst repology-statistics-url 
"https://repology.org/repositories/statistics";
+  "URL for \"Statistics\" page in Repology website.
+It is used as a source for all known repositories.")
+
 (defvar repology--repositories nil
   "List of repositories known to Repology.
 The list is populated by `repology-list-repositories'.  Call that function
diff --git a/repology.el b/repology.el
index b88d2fb..e0ccc88 100644
--- a/repology.el
+++ b/repology.el
@@ -86,10 +86,6 @@
 (defconst repology-base-url "https://repology.org/api/v1/";
   "Base URL for Repology API.")
 
-(defconst repology-statistics-url 
"https://repology.org/repositories/statistics";
-  "URL for \"Statistics\" page in Repology website.
-It is used as a source for all known repositories.")
-
 (defconst repology-package-all-fields
   '(repo subrepo name srcname binname visiblename version origversion status
          summary categories licenses maintainers www downloads)



reply via email to

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