go_1_13: add kalbasit to maintainers

This commit is contained in:
Roman Volosatovs 2019-10-05 10:36:53 +02:00
parent 52d057f575
commit f93ea5abe1
No known key found for this signature in database
GPG key ID: 2660C5FDCEBE6F87

View file

@ -233,7 +233,7 @@ stdenv.mkDerivation rec {
homepage = http://golang.org/;
description = "The Go Programming language";
license = licenses.bsd3;
maintainers = with maintainers; [ cstrahan orivej velovix mic92 rvolosatovs ];
maintainers = with maintainers; [ cstrahan orivej velovix mic92 rvolosatovs kalbasit ];
platforms = platforms.linux ++ platforms.darwin;
};
}