godot-mono: add package and maintainer

This commit is contained in:
nek0 2019-12-01 02:14:39 +01:00
parent 3372d65468
commit 449151a35b
2 changed files with 8 additions and 0 deletions

View File

@ -4734,6 +4734,12 @@
githubId = 3747396;
name = "Nathan Isom";
};
nek0 = {
name = "Amedeo Molnár";
email = "nek0@nek0.eu";
github = "nek0";
githubId = 1859691;
};
neonfuz = {
email = "neonfuz@gmail.com";
github = "neonfuz";

View File

@ -3613,6 +3613,8 @@ in
godot = callPackage ../development/tools/godot {};
godot-mono = callPackage ../development/tools/godot-mono {};
goklp = callPackage ../tools/networking/goklp {};
go-mtpfs = callPackage ../tools/filesystems/go-mtpfs { };