opensmtpd-table-*: fix meta.description

+7 -7
+1 -1
pkgs/by-name/op/opensmtpd-table-ldap/package.nix
··· 43 43 44 44 meta = { 45 45 homepage = "https://www.opensmtpd.org/"; 46 - description = "ldap table for the OpenSMTPD mail server"; 46 + description = "LDAP tables for the OpenSMTPD mail server"; 47 47 changelog = "https://github.com/OpenSMTPD/table-ldap/releases/tag/${finalAttrs.version}"; 48 48 license = lib.licenses.isc; 49 49 platforms = lib.platforms.linux;
+1 -1
pkgs/by-name/op/opensmtpd-table-mysql/package.nix
··· 42 42 43 43 meta = { 44 44 homepage = "https://www.opensmtpd.org/"; 45 - description = "ldap table for the OpenSMTPD mail server"; 45 + description = "MySQL or MariaDB tables for the OpenSMTPD mail server"; 46 46 changelog = "https://github.com/OpenSMTPD/table-mysql/releases/tag/${finalAttrs.version}"; 47 47 license = lib.licenses.isc; 48 48 platforms = lib.platforms.linux;
+1 -1
pkgs/by-name/op/opensmtpd-table-passwd/package.nix
··· 36 36 37 37 meta = { 38 38 homepage = "https://www.opensmtpd.org/"; 39 - description = "passwd table for the OpenSMTPD mail server"; 39 + description = "passwd tables for the OpenSMTPD mail server"; 40 40 changelog = "https://github.com/OpenSMTPD/table-passwd/releases/tag/${finalAttrs.version}"; 41 41 license = lib.licenses.isc; 42 42 platforms = lib.platforms.linux;
+1 -1
pkgs/by-name/op/opensmtpd-table-postgres/package.nix
··· 41 41 42 42 meta = { 43 43 homepage = "https://www.opensmtpd.org/"; 44 - description = "ldap table for the OpenSMTPD mail server"; 44 + description = "PostgreSQL tables for the OpenSMTPD mail server"; 45 45 changelog = "https://github.com/OpenSMTPD/table-postgres/releases/tag/${finalAttrs.version}"; 46 46 license = lib.licenses.isc; 47 47 platforms = lib.platforms.linux;
+1 -1
pkgs/by-name/op/opensmtpd-table-redis/package.nix
··· 43 43 44 44 meta = { 45 45 homepage = "https://www.opensmtpd.org/"; 46 - description = "ldap table for the OpenSMTPD mail server"; 46 + description = "Redis tables for the OpenSMTPD mail server"; 47 47 changelog = "https://github.com/OpenSMTPD/table-redis/releases/tag/${finalAttrs.version}"; 48 48 license = lib.licenses.isc; 49 49 platforms = lib.platforms.linux;
+1 -1
pkgs/by-name/op/opensmtpd-table-socketmap/package.nix
··· 36 36 37 37 meta = { 38 38 homepage = "https://www.opensmtpd.org/"; 39 - description = "ldap table for the OpenSMTPD mail server"; 39 + description = "socketmap tables the OpenSMTPD mail server"; 40 40 changelog = "https://github.com/OpenSMTPD/table-socketmap/releases/tag/${finalAttrs.version}"; 41 41 license = lib.licenses.isc; 42 42 platforms = lib.platforms.linux;
+1 -1
pkgs/by-name/op/opensmtpd-table-sqlite/package.nix
··· 41 41 42 42 meta = { 43 43 homepage = "https://www.opensmtpd.org/"; 44 - description = "ldap table for the OpenSMTPD mail server"; 44 + description = "SQLite tables for the OpenSMTPD mail server"; 45 45 changelog = "https://github.com/OpenSMTPD/table-sqlite/releases/tag/${finalAttrs.version}"; 46 46 license = lib.licenses.isc; 47 47 platforms = lib.platforms.linux;