mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
maintainers: add bonsairobo
Co-authored-by: Jussi Kuokkanen <44469719+Lurkki14@users.noreply.github.com>
This commit is contained in:
parent
c27e1bcb98
commit
4ed0ebac06
@ -2711,6 +2711,12 @@
|
|||||||
githubId = 150560585;
|
githubId = 150560585;
|
||||||
name = "Dmitry Ivankov";
|
name = "Dmitry Ivankov";
|
||||||
};
|
};
|
||||||
|
bonsairobo = {
|
||||||
|
email = "duncanfairbanks6@gmail.com";
|
||||||
|
github = "bonsairobo";
|
||||||
|
githubId = 3229981;
|
||||||
|
name = "Duncan Fairbanks";
|
||||||
|
};
|
||||||
booklearner = {
|
booklearner = {
|
||||||
name = "booklearner";
|
name = "booklearner";
|
||||||
email = "booklearner@proton.me";
|
email = "booklearner@proton.me";
|
||||||
|
@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
homepage = "https://github.com/KhronosGroup/KTX-Software";
|
homepage = "https://github.com/KhronosGroup/KTX-Software";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ bonsairobo ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user