Merge pull request #322118 from drupol/remove-myself-from-maintainers

Remove myself from maintainers of some packages
This commit is contained in:
h7x4 2024-06-24 10:12:23 +02:00 committed by GitHub
commit a184d2d4ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -117,5 +117,5 @@ in
};
};
meta.maintainers = with lib.maintainers; [ drupol ];
meta.maintainers = with lib.maintainers; [ ];
}

View File

@ -5,7 +5,7 @@ in
{
name = "private-gpt";
meta = with lib.maintainers; {
maintainers = [ drupol ];
maintainers = [ ];
};
nodes = {

View File

@ -66,6 +66,6 @@ in rustPlatform.buildRustPackage {
homepage = "https://github.com/cachix/devenv";
license = lib.licenses.asl20;
mainProgram = "devenv";
maintainers = with lib.maintainers; [ domenkozar drupol ];
maintainers = with lib.maintainers; [ domenkozar ];
};
}

View File

@ -79,6 +79,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/nomic-ai/gpt4all";
license = lib.licenses.mit;
mainProgram = "gpt4all";
maintainers = with lib.maintainers; [ drupol polygon ];
maintainers = with lib.maintainers; [ polygon ];
};
})

View File

@ -29,7 +29,7 @@ appimageTools.wrapType2 {
homepage = "https://github.com/janhq/jan";
license = lib.licenses.agpl3Plus;
mainProgram = "jan";
maintainers = with lib.maintainers; [ drupol ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
}

View File

@ -91,6 +91,6 @@ buildPythonPackage rec {
homepage = "https://github.com/zylon-ai/private-gpt";
license = lib.licenses.asl20;
mainProgram = "private-gpt";
maintainers = with lib.maintainers; [ drupol ];
maintainers = with lib.maintainers; [ ];
};
}