Loading lib/licenses.nix +6 −5 Original line number Diff line number Diff line Loading @@ -879,6 +879,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)"; Loading Loading @@ -1311,11 +1317,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"; Loading pkgs/shells/zsh/zsh-completions/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { bsd3 isc mit zsh mit-modern ]; platforms = lib.platforms.unix; maintainers = [ lib.maintainers.olejorgenb ]; Loading Loading
lib/licenses.nix +6 −5 Original line number Diff line number Diff line Loading @@ -879,6 +879,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)"; Loading Loading @@ -1311,11 +1317,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"; Loading
pkgs/shells/zsh/zsh-completions/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { bsd3 isc mit zsh mit-modern ]; platforms = lib.platforms.unix; maintainers = [ lib.maintainers.olejorgenb ]; Loading