maintainers: remove and add hmenke
This commit is contained in:
parent
61a8a98e6d
commit
da053d008f
3 changed files with 5 additions and 2 deletions
|
@ -4,6 +4,9 @@ let
|
|||
in
|
||||
import ./make-test-python.nix ({ pkgs, ... }: {
|
||||
name = "alps";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ hmenke ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
server = {
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue