kotlin: add maintainer SubhrajyotiSen (#127198)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
launchpad/nixpkgs/master
Subhrajyoti Sen 3 years ago committed by GitHub
parent 2f561c420b
commit ff621f0cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      maintainers/maintainer-list.nix
  2. 3
      pkgs/development/compilers/kotlin/default.nix

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

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

Loading…
Cancel
Save