mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
crabfit: Remove thubrecht as maintainer
This commit is contained in:
parent
6c3aef5e70
commit
b431a6c59b
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ import ./make-test-python.nix (
|
|||
{
|
||||
name = "crabfit";
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ thubrecht ];
|
||||
meta.maintainers = with lib.maintainers; [ ];
|
||||
|
||||
nodes = {
|
||||
machine =
|
||||
|
|
|
@ -68,7 +68,7 @@ rustPlatform.buildRustPackage {
|
|||
description = "Enter your availability to find a time that works for everyone";
|
||||
homepage = "https://github.com/GRA0007/crab.fit";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ thubrecht ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
mainProgram = "crabfit-api";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -113,6 +113,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "Enter your availability to find a time that works for everyone";
|
||||
homepage = "https://github.com/GRA0007/crab.fit";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ thubrecht ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue