devenv: remove drupol from maintainers

This commit is contained in:
Pol Dellaiera 2024-06-24 09:14:00 +02:00
parent 2701015ffb
commit 1182067118
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -66,6 +66,6 @@ in rustPlatform.buildRustPackage {
homepage = "https://github.com/cachix/devenv";
license = lib.licenses.asl20;
mainProgram = "devenv";
maintainers = with lib.maintainers; [ domenkozar drupol ];
maintainers = with lib.maintainers; [ domenkozar ];
};
}