mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
opensmtpd-table-*: fix meta.description (#410772)
This commit is contained in:
commit
17e624b55d
7 changed files with 7 additions and 7 deletions
|
@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
homepage = "https://www.opensmtpd.org/";
|
||||
description = "ldap table for the OpenSMTPD mail server";
|
||||
description = "LDAP tables for the OpenSMTPD mail server";
|
||||
changelog = "https://github.com/OpenSMTPD/table-ldap/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.isc;
|
||||
platforms = lib.platforms.linux;
|
||||
|
|
|
@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
homepage = "https://www.opensmtpd.org/";
|
||||
description = "ldap table for the OpenSMTPD mail server";
|
||||
description = "MySQL or MariaDB tables for the OpenSMTPD mail server";
|
||||
changelog = "https://github.com/OpenSMTPD/table-mysql/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.isc;
|
||||
platforms = lib.platforms.linux;
|
||||
|
|
|
@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
homepage = "https://www.opensmtpd.org/";
|
||||
description = "passwd table for the OpenSMTPD mail server";
|
||||
description = "passwd tables for the OpenSMTPD mail server";
|
||||
changelog = "https://github.com/OpenSMTPD/table-passwd/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.isc;
|
||||
platforms = lib.platforms.linux;
|
||||
|
|
|
@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
homepage = "https://www.opensmtpd.org/";
|
||||
description = "ldap table for the OpenSMTPD mail server";
|
||||
description = "PostgreSQL tables for the OpenSMTPD mail server";
|
||||
changelog = "https://github.com/OpenSMTPD/table-postgres/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.isc;
|
||||
platforms = lib.platforms.linux;
|
||||
|
|
|
@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
homepage = "https://www.opensmtpd.org/";
|
||||
description = "ldap table for the OpenSMTPD mail server";
|
||||
description = "Redis tables for the OpenSMTPD mail server";
|
||||
changelog = "https://github.com/OpenSMTPD/table-redis/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.isc;
|
||||
platforms = lib.platforms.linux;
|
||||
|
|
|
@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
homepage = "https://www.opensmtpd.org/";
|
||||
description = "ldap table for the OpenSMTPD mail server";
|
||||
description = "socketmap tables the OpenSMTPD mail server";
|
||||
changelog = "https://github.com/OpenSMTPD/table-socketmap/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.isc;
|
||||
platforms = lib.platforms.linux;
|
||||
|
|
|
@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
homepage = "https://www.opensmtpd.org/";
|
||||
description = "ldap table for the OpenSMTPD mail server";
|
||||
description = "SQLite tables for the OpenSMTPD mail server";
|
||||
changelog = "https://github.com/OpenSMTPD/table-sqlite/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.isc;
|
||||
platforms = lib.platforms.linux;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue