mailman: add myself as a maintainer all around
This commit is contained in:
parent
e5cc06a1e8
commit
cc10432418
|
@ -454,7 +454,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with lib.maintainers; [ lheckemann ];
|
maintainers = with lib.maintainers; [ lheckemann qyliss ];
|
||||||
doc = ./mailman.xml;
|
doc = ./mailman.xml;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,6 @@ buildPythonPackage rec {
|
||||||
description = "Django library for Mailman UIs";
|
description = "Django library for Mailman UIs";
|
||||||
homepage = "https://gitlab.com/mailman/django-mailman3";
|
homepage = "https://gitlab.com/mailman/django-mailman3";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ globin peti ];
|
maintainers = with maintainers; [ globin peti qyliss ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,6 +21,6 @@ buildPythonPackage rec {
|
||||||
description = "Mailman archiver plugin for HyperKitty";
|
description = "Mailman archiver plugin for HyperKitty";
|
||||||
homepage = "https://gitlab.com/mailman/mailman-hyperkitty";
|
homepage = "https://gitlab.com/mailman/mailman-hyperkitty";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ globin peti ];
|
maintainers = with maintainers; [ globin peti qyliss ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,6 @@ buildPythonPackage rec {
|
||||||
description = "REST client for driving Mailman 3";
|
description = "REST client for driving Mailman 3";
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ peti globin ];
|
maintainers = with maintainers; [ peti globin qyliss ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,6 +54,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://www.gnu.org/software/mailman/";
|
homepage = "https://www.gnu.org/software/mailman/";
|
||||||
description = "Free software for managing electronic mail discussion and newsletter lists";
|
description = "Free software for managing electronic mail discussion and newsletter lists";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
maintainers = with lib.maintainers; [ peti ];
|
maintainers = with lib.maintainers; [ peti qyliss ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,6 +42,6 @@ buildPythonPackage rec {
|
||||||
description = "Archiver for GNU Mailman v3";
|
description = "Archiver for GNU Mailman v3";
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with lib.maintainers; [ peti globin ];
|
maintainers = with lib.maintainers; [ peti globin qyliss ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,6 +23,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://docs.mailman3.org/projects/postorius";
|
homepage = "https://docs.mailman3.org/projects/postorius";
|
||||||
description = "Web-based user interface for managing GNU Mailman";
|
description = "Web-based user interface for managing GNU Mailman";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ globin peti ];
|
maintainers = with maintainers; [ globin peti qyliss ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue