maintainers: update municorn (#401935)

This commit is contained in:
Sandro
2025-04-26 05:25:14 +02:00
committed by GitHub
2 changed files with 9 additions and 7 deletions
+8 -6
View File
@@ -9484,12 +9484,6 @@
name = "Martin Hardselius";
keys = [ { fingerprint = "3F35 E4CA CBF4 2DE1 2E90 53E5 03A6 E6F7 8693 6619"; } ];
};
harrisonthorne = {
email = "harrisonthorne@proton.me";
github = "muni-corn";
githubId = 33523827;
name = "Harrison Thorne";
};
harryposner = {
email = "nixpkgs@harryposner.com";
github = "harryposner";
@@ -16598,6 +16592,14 @@
githubId = 5047140;
name = "Victor Collod";
};
municorn = {
name = "municorn";
email = "municorn@musicaloft.com";
github = "muni-corn";
githubId = 33523827;
matrix = "@municorn:matrix.org";
keys = [ { fingerprint = "2686 7D83 CD74 CCEF 192F 052E 4B21 310A 52B1 5162"; } ];
};
munksgaard = {
name = "Philip Munksgaard";
email = "philip@munksgaard.me";
+1 -1
View File
@@ -26,6 +26,6 @@ mkDerivation {
description = "Single-player jigsaw puzzle game";
mainProgram = "palapeli";
license = with lib.licenses; [ gpl2 ];
maintainers = with lib.maintainers; [ harrisonthorne ];
maintainers = with lib.maintainers; [ municorn ];
};
}