maintainers: remove and add hmenke

This commit is contained in:
Henri Menke 2022-12-03 12:26:58 +01:00
parent 61a8a98e6d
commit da053d008f
No known key found for this signature in database
GPG Key ID: FB7AD61E3D806382
3 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,9 @@ let
in
import ./make-test-python.nix ({ pkgs, ... }: {
name = "alps";
meta = with pkgs.lib.maintainers; {
maintainers = [ hmenke ];
};
nodes = {
server = {

View File

@ -204,7 +204,7 @@ let
changelog = "https://github.com/openzfs/zfs/releases/tag/zfs-${version}";
license = lib.licenses.cddl;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ hmenke jcumming jonringer wizeman globin ];
maintainers = with lib.maintainers; [ jcumming jonringer wizeman globin ];
mainProgram = "zfs";
# If your Linux kernel version is not yet supported by zfs, try zfsUnstable.
# On NixOS set the option boot.zfs.enableUnstable.

View File

@ -45,6 +45,6 @@ buildGoModule rec {
description = "A simple and extensible webmail.";
homepage = "https://git.sr.ht/~migadu/alps";
license = licenses.mit;
maintainers = with maintainers; [ gordias booklearner madonius ];
maintainers = with maintainers; [ gordias booklearner madonius hmenke ];
};
}