mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #324088 from merspieler/master
maintainers: remove nayala
This commit is contained in:
commit
3a6769e21f
@ -14038,10 +14038,6 @@
|
||||
githubId = 4532582;
|
||||
keys = [ { fingerprint = "BDEA AB07 909D B96F 4106 85F1 CC15 0758 46BC E91B"; } ];
|
||||
};
|
||||
nayala = {
|
||||
name = "Nia";
|
||||
matrix = "@fly:asra.gr";
|
||||
};
|
||||
nazarewk = {
|
||||
name = "Krzysztof Nazarewski";
|
||||
email = "nixpkgs@kdn.im";
|
||||
|
@ -83,7 +83,7 @@ stdenv.mkDerivation {
|
||||
description = "4D Minesweeper game written in Godot";
|
||||
license = licenses.mpl20;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ nayala ];
|
||||
maintainers = with maintainers; [];
|
||||
mainProgram = "4d-minesweeper";
|
||||
};
|
||||
}
|
||||
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Qt-based remote canvas application for FlightGear";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ nayala ];
|
||||
maintainers = with maintainers; [];
|
||||
mainProgram = "fgqcanvas";
|
||||
};
|
||||
}
|
||||
|
@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
|
||||
description = "GUI application for in-depth analysis of USB HID class devices";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ nayala ];
|
||||
maintainers = with maintainers; [];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user