Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Sep 10, 2024
1 parent b3057f4 commit b0e032e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
10 changes: 5 additions & 5 deletions compare.org
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@
| gnu-elpa | 145 | 145 | | | 140 | | |
| nongnu-elpa | 0 | 0 | | | | 0 | |
|-------------+------+--------+-------+-------+----------+-------------+-------|
| github | 5512 | 5512 | | | 213 | 180 | 4941 |
| github | 5514 | 5514 | | | 214 | 180 | 4942 |
| gitlab | 193 | 193 | | | 19 | 16 | 174 |
| sourcehut | 105 | 105 | | | 29 | 5 | 62 |
| codeberg | 119 | 119 | | | 6 | 32 | 103 |
| codeberg | 120 | 120 | | | 6 | 33 | 103 |
| gnu | 10 | 10 | | | 9 | 0 | 3 |
| nongnu | 8 | 8 | | | 3 | 0 | 2 |
|-------------+------+--------+-------+-------+----------+-------------+-------|
Expand All @@ -131,7 +131,7 @@
| secondary | | | | | | | 266 |
| unreleased | | | | | 5 | 0 | |
|-------------+------+--------+-------+-------+----------+-------------+-------|
| total | 9111 | 7027 | 1581 | 498 | 459 | 239 | 5811 |
| total | 9114 | 7030 | 1581 | 498 | 460 | 240 | 5812 |

- Most built-in packages are not mirrored. They are included in the
Epkg database, but no individual repositories exist for them on the
Expand Down Expand Up @@ -227,7 +227,7 @@
(and (not (emir--config name :delayed))
(not (emir--config name :secondary))
(not (emir--config name :builtin-preferred))
(list (list name class (if (eq class 'core) "" url))))
(list name class (if (eq class 'core) "" url)))
[:select [name class url]
:from gnu-elpa-recipes
:where (isnull epkg-package)
Expand Down Expand Up @@ -379,7 +379,7 @@
(and (not (emir--config name :delayed))
(not (emir--config name :secondary))
(not (emir--config name :builtin-preferred))
(list (list name class (if (eq class 'core) "" url))))
(list name class (if (eq class 'core) "" url)))
[:select [name class url]
:from nongnu-elpa-recipes
:where (isnull epkg-package)
Expand Down
6 changes: 3 additions & 3 deletions licenses.org
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
#+results: mirror-overview
| License | Count | Percent |
|-------------------+-------+---------|
| GPL-3.0-or-later | 4828 | 69 |
| GPL-3.0-or-later | 4831 | 69 |
| GPL-2.0-or-later | 1170 | 17 |
| MIT | 407 | 6 |
| GPL-3.0-only | 176 | 3 |
Expand Down Expand Up @@ -109,9 +109,9 @@
| Ruby | 1 | 0 |
| Unicode-TOU | 1 | 0 |
|-------------------+-------+---------|
| total GNU | 6214 | 88 |
| total GNU | 6217 | 88 |
|-------------------+-------+---------|
| total | 7027 | 100 |
| total | 7030 | 100 |

** Packages with unknown licenses
:PROPERTIES:
Expand Down
3 changes: 3 additions & 0 deletions upstreams.org
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,7 @@
- casual-lib https://github.com/kickingvegas/casual-lib
- casual-re-builder https://github.com/kickingvegas/casual-re-builder
- casual-suite https://github.com/kickingvegas/casual-suite
- casual-symbol-overlay https://github.com/kickingvegas/casual-symbol-overlay
- cat-safe https://github.com/skeeto/cat-safe
- catmacs https://bitbucket.org/pymaximus/catmacs
- catppuccin-theme https://github.com/catppuccin/emacs
Expand Down Expand Up @@ -3584,6 +3585,7 @@
- haskell-snippets https://github.com/haskell/haskell-snippets
- haskell-tab-indent https://git.spwhitton.name/haskell-tab-indent
- haskell-tng-mode https://gitlab.com/tseenshe/haskell-tng.el
- haskell-ts-mode https://codeberg.org/pranshu/haskell-ts-mode
- hasklig-mode https://github.com/minad/hasklig-mode
- hasky-extensions https://github.com/hasky-mode/hasky-extensions
- hasky-stack https://github.com/hasky-mode/hasky-stack
Expand Down Expand Up @@ -7468,6 +7470,7 @@
- show-arglist https://github.com/peccu/show-arglist.el
- show-css https://github.com/8cylinder/showcss-mode
- show-eol https://github.com/jcs-elpa/show-eol
- show-font https://github.com/protesilaos/show-font
- show-font-mode https://github.com/melissaboiko/show-font-mode
- show-functions http://aurelien.tisne.free.fr/emacs-pages/emacs/show-functions.el
- show-help https://github.com/emacsmirror/emacswiki.org
Expand Down

0 comments on commit b0e032e

Please sign in to comment.