kotlin: Remove maintainer nequissimus

gstqt5
Tim Steinbach 2020-10-08 10:20:38 -04:00
parent 9ef0ac8fe9
commit 5596a2b01d
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ in stdenv.mkDerivation {
homepage = "https://kotlinlang.org/";
license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers;
[ nequissimus ];
[ ];
platforms = stdenv.lib.platforms.all;
};
}