mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49: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";
|
name = "crabfit";
|
||||||
|
|
||||||
meta.maintainers = with lib.maintainers; [ thubrecht ];
|
meta.maintainers = with lib.maintainers; [ ];
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
machine =
|
machine =
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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; [ ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue