kotlin: add maintainer SubhrajyotiSen (#127198)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Subhrajyoti Sen 2021-06-18 14:12:59 +05:30 committed by GitHub
parent 2f561c420b
commit ff621f0cab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -9868,6 +9868,12 @@
githubId = 39732259;
name = "Justus K";
};
SubhrajyotiSen = {
email = "subhrajyoti12@gmail.com";
github = "SubhrajyotiSen";
githubId = 12984845;
name = "Subhrajyoti Sen";
};
suhr = {
email = "suhr@i2pmail.org";
github = "suhr";

View file

@ -37,8 +37,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://kotlinlang.org/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers;
[ ];
maintainers = with lib.maintainers; [ SubhrajyotiSen ];
platforms = lib.platforms.all;
};
}