maintainers: update municorn

This commit is contained in:
municorn
2025-04-25 20:50:52 -06:00
parent 8ded8cc14b
commit 040b39c5b5
2 changed files with 9 additions and 7 deletions
+8 -6
View File
@@ -9383,12 +9383,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";
@@ -16417,6 +16411,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 ];
};
}