multipass: remove jnsgruk as a maintainer
This commit is contained in:
@@ -12,7 +12,7 @@ in
|
|||||||
{
|
{
|
||||||
name = "multipass";
|
name = "multipass";
|
||||||
|
|
||||||
meta.maintainers = [ lib.maintainers.jnsgruk ];
|
meta.maintainers = [ ];
|
||||||
|
|
||||||
nodes.machine =
|
nodes.machine =
|
||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ let
|
|||||||
commonMeta = {
|
commonMeta = {
|
||||||
homepage = "https://multipass.run";
|
homepage = "https://multipass.run";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
maintainers = with lib.maintainers; [ jnsgruk ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user