Unverified Commit d3cd9062 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

maintainers: update municorn (#401935)

parents 9e72f459 040b39c5
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 ];
  };
}