Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Aug 11, 2024
1 parent cd519ff commit aa15bf0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions compare.org
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
| github | 5506 | 5506 | | | 211 | 181 | 4932 |
| gitlab | 191 | 191 | | | 19 | 16 | 172 |
| sourcehut | 104 | 104 | | | 29 | 5 | 61 |
| codeberg | 118 | 118 | | | 6 | 32 | 102 |
| codeberg | 119 | 119 | | | 6 | 32 | 103 |
| gnu | 10 | 10 | | | 9 | 0 | 3 |
| nongnu | 8 | 8 | | | 3 | 0 | 2 |
|-------------+------+--------+-------+-------+----------+-------------+-------|
Expand All @@ -131,7 +131,7 @@
| secondary | | | | | | | 266 |
| unreleased | | | | | 6 | 0 | |
|-------------+------+--------+-------+-------+----------+-------------+-------|
| total | 9098 | 7017 | 1578 | 498 | 458 | 239 | 5798 |
| total | 9099 | 7018 | 1578 | 498 | 458 | 239 | 5799 |

- 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
9 changes: 5 additions & 4 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 | 4823 | 69 |
| GPL-3.0-or-later | 4824 | 69 |
| GPL-2.0-or-later | 1168 | 17 |
| MIT | 407 | 6 |
| GPL-3.0-only | 175 | 2 |
Expand Down Expand Up @@ -109,9 +109,9 @@
| Ruby | 1 | 0 |
| Unicode-TOU | 1 | 0 |
|-------------------+-------+---------|
| total GNU | 6205 | 88 |
| total GNU | 6206 | 88 |
|-------------------+-------+---------|
| total | 7017 | 100 |
| total | 7018 | 100 |

** Packages with unknown licenses
:PROPERTIES:
Expand All @@ -124,7 +124,8 @@
(and (epkg-get-recipe 'melpa name) "✓")))
(epkg-sql [:select [name class license] :from packages
:where (and (not (= class 'shelved))
(not (in license $v1)))
(or (not (in license $v1))
(isnull license)))
:order-by [(asc name)]]
(vconcat ["as-is" "public-domain"]
elx-spdx-license-identifiers)))
Expand Down
1 change: 1 addition & 0 deletions upstreams.org
Original file line number Diff line number Diff line change
Expand Up @@ -8421,6 +8421,7 @@
- ujelly-theme https://github.com/marktran/color-theme-ujelly
- ukrainian-holidays https://github.com/abo-abo/ukrainian-holidays
- ul https://github.com/emacsmirror/emacswiki.org
- ulisp-mode https://codeberg.org/deadblackclover/ulisp-mode
- ulisp-repl https://git.sr.ht/~fitzsim/ulisp-repl
- ultex https://github.com/jhpalmieri/ultratex
- uml-mode https://github.com/ianxm/emacs-uml
Expand Down

0 comments on commit aa15bf0

Please sign in to comment.