maintainers: remove earthengine

This commit is contained in:
Earth Engine 2023-07-03 07:42:29 +00:00
parent 3ac11487c3
commit 47e7af84d1
4 changed files with 3 additions and 9 deletions

View File

@ -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";

View File

@ -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;
};
}

View File

@ -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; [];
};
}

View File

@ -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; [];
};
}