netbeans: added myself to maintainers list

This commit is contained in:
Benjamin Asbach 2020-03-28 14:00:43 +01:00
parent 49eec08cc8
commit f77a42d32e
2 changed files with 7 additions and 3 deletions

View file

@ -645,6 +645,12 @@
githubId = 10285250;
name = "Artur E. Ruuge";
};
asbachb = {
email = "asbachb-nixpkgs-5c2a@impl.it";
github = "asbachb";
githubId = 1482768;
name = "Benjamin Asbach";
};
ashalkhakov = {
email = "artyom.shalkhakov@gmail.com";
github = "ashalkhakov";
@ -8328,5 +8334,3 @@
name = "Xavier Zwirtz";
};
}

View file

@ -60,7 +60,7 @@ stdenv.mkDerivation {
description = "An integrated development environment for Java, C, C++ and PHP";
homepage = "https://netbeans.apache.org/";
license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [ sander rszibele ];
maintainers = with stdenv.lib.maintainers; [ sander rszibele asbachb ];
platforms = stdenv.lib.platforms.unix;
};
}