crabfit: Remove thubrecht as maintainer

This commit is contained in:
Tom Hubrecht 2024-06-21 09:20:09 +02:00
parent 6c3aef5e70
commit b431a6c59b
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ import ./make-test-python.nix (
{ {
name = "crabfit"; name = "crabfit";
meta.maintainers = with lib.maintainers; [ thubrecht ]; meta.maintainers = with lib.maintainers; [ ];
nodes = { nodes = {
machine = machine =

View file

@ -68,7 +68,7 @@ rustPlatform.buildRustPackage {
description = "Enter your availability to find a time that works for everyone"; description = "Enter your availability to find a time that works for everyone";
homepage = "https://github.com/GRA0007/crab.fit"; homepage = "https://github.com/GRA0007/crab.fit";
license = lib.licenses.gpl3; license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ thubrecht ]; maintainers = with lib.maintainers; [ ];
mainProgram = "crabfit-api"; mainProgram = "crabfit-api";
}; };
} }

View file

@ -113,6 +113,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Enter your availability to find a time that works for everyone"; description = "Enter your availability to find a time that works for everyone";
homepage = "https://github.com/GRA0007/crab.fit"; homepage = "https://github.com/GRA0007/crab.fit";
license = lib.licenses.gpl3; license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ thubrecht ]; maintainers = with lib.maintainers; [ ];
}; };
}) })