maintainers: remove earthengine
This commit is contained in:
parent
3ac11487c3
commit
47e7af84d1
4 changed files with 3 additions and 9 deletions
|
@ -4486,12 +4486,6 @@
|
|||
githubId = 424946;
|
||||
name = "James Earl Douglas";
|
||||
};
|
||||
earthengine = {
|
||||
email = "earthengine@skiff.com";
|
||||
github = "ee2500";
|
||||
githubId = 134107129;
|
||||
name = "EarthEngine";
|
||||
};
|
||||
ebbertd = {
|
||||
email = "daniel@ebbert.nrw";
|
||||
github = "ebbertd";
|
||||
|
|
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/openresty/sregex";
|
||||
description = "A non-backtracking NFA/DFA-based Perl-compatible regex engine matching on large data streams";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ earthengine ];
|
||||
maintainers = with maintainers; [];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -37,6 +37,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/awslabs/flowgger";
|
||||
description = "A fast, simple and lightweight data collector written in Rust";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ earthengine ];
|
||||
maintainers = with maintainers; [];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -39,6 +39,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://code.rosaelefanten.org/yaydl";
|
||||
description = "Yet another youtube down loader";
|
||||
license = licenses.cddl;
|
||||
maintainers = with maintainers; [ earthengine ];
|
||||
maintainers = with maintainers; [];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue