Skip to content

Commit

Permalink
Merge remote-tracking branch 'other/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 25, 2024
2 parents 531a2e8 + 96e0795 commit b741d90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
19 changes: 7 additions & 12 deletions lib/licenses.nix
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ lib.mapAttrs mkLicense ({
};

bsl11 = {
spdxId = "BUSL-1.1";
fullName = "Business Source License 1.1";
url = "https://mariadb.com/bsl11";
free = false;
Expand Down Expand Up @@ -826,11 +827,6 @@ lib.mapAttrs mkLicense ({
fullName = "PNG Reference Library version 2";
};

libssh2 = {
fullName = "libssh2 License";
url = "https://www.libssh2.org/license.html";
};

libtiff = {
spdxId = "libtiff";
fullName = "libtiff License";
Expand Down Expand Up @@ -872,8 +868,6 @@ lib.mapAttrs mkLicense ({
url = "https://opensource.org/licenses/MirOS";
};

# spdx.org does not (yet) differentiate between the X11 and Expat versions
# for details see https://en.wikipedia.org/wiki/MIT_License#Various_versions
mit = {
spdxId = "MIT";
fullName = "MIT License";
Expand All @@ -884,6 +878,12 @@ lib.mapAttrs mkLicense ({
fullName = "feh License";
};

mit-modern = {
# Also known as Zsh license
spdxId = "MIT-Modern-Variant";
fullName = "MIT License Modern Variant";
};

mitAdvertising = {
spdxId = "MIT-advertising";
fullName = "Enlightenment License (e16)";
Expand Down Expand Up @@ -1316,11 +1316,6 @@ lib.mapAttrs mkLicense ({
fullName = "zlib License";
};

zsh = {
url = "https://github.com/zsh-users/zsh/blob/master/LICENCE";
fullName = "Zsh License";
};

zpl20 = {
spdxId = "ZPL-2.0";
fullName = "Zope Public License 2.0";
Expand Down
2 changes: 1 addition & 1 deletion lib/types.nix
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ rec {
else "(${t.description})";

# When adding new types don't forget to document them in
# nixos/doc/manual/development/option-types.xml!
# nixos/doc/manual/development/option-types.section.md!
types = rec {

raw = mkOptionType {
Expand Down

0 comments on commit b741d90

Please sign in to comment.