Unverified Commit 708a7db3 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

maintainers/team-list: add michaelgrahamevans to gnome-circle (#364527)

parents 123d780a b39114cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -457,6 +457,7 @@ with lib.maintainers;
      aleksana
      dawidd6
      getchoo
      michaelgrahamevans
    ];
    scope = "Maintain GNOME Circle applications.";
    shortName = "GNOME Circle";
+3 −3
Original line number Diff line number Diff line
@@ -46,11 +46,11 @@ stdenv.mkDerivation rec {
    ))
  ];

  meta = with lib; {
  meta = {
    description = "Time games of over-the-board chess";
    homepage = "https://gitlab.gnome.org/World/chess-clock";
    license = licenses.gpl3Plus;
    license = lib.licenses.gpl3Plus;
    mainProgram = "chess-clock";
    maintainers = with maintainers; [ michaelgrahamevans ] ++ lib.teams.gnome-circle.members;
    maintainers = lib.teams.gnome-circle.members;
  };
}
+3 −3
Original line number Diff line number Diff line
@@ -37,12 +37,12 @@ stdenv.mkDerivation (finalAttrs: {
    libportal
  ];

  meta = with lib; {
  meta = {
    changelog = "https://github.com/cassidyjames/clairvoyant/releases/tag/${finalAttrs.version}";
    description = "Ask questions, get psychic answers";
    homepage = "https://github.com/cassidyjames/clairvoyant";
    license = licenses.gpl3Plus;
    license = lib.licenses.gpl3Plus;
    mainProgram = "com.github.cassidyjames.clairvoyant";
    maintainers = with maintainers; [ michaelgrahamevans ] ++ lib.teams.gnome-circle.members;
    maintainers = lib.teams.gnome-circle.members;
  };
})
+4 −4
Original line number Diff line number Diff line
@@ -59,13 +59,13 @@ stdenv.mkDerivation (finalAttrs: {
    libsoup_3
  ];

  meta = with lib; {
  meta = {
    changelog = "https://github.com/rafaelmardojai/forge-sparks/releases/tag/${finalAttrs.version}";
    description = "Get Git forges notifications";
    homepage = "https://github.com/rafaelmardojai/forge-sparks";
    license = licenses.mit;
    license = lib.licenses.mit;
    mainProgram = "forge-sparks";
    maintainers = with maintainers; [ michaelgrahamevans ] ++ lib.teams.gnome-circle.members;
    platforms = platforms.linux;
    maintainers = lib.teams.gnome-circle.members;
    platforms = lib.platforms.linux;
  };
})
+4 −4
Original line number Diff line number Diff line
@@ -62,14 +62,14 @@ stdenv.mkDerivation (finalAttrs: {
    ]
  );

  meta = with lib; {
  meta = {
    changelog = "https://github.com/bragefuglseth/fretboard/releases/tag/v${finalAttrs.version}";
    description = "Look up guitar chords";
    homepage = "https://apps.gnome.org/Fretboard/";
    license = licenses.gpl3Plus;
    license = lib.licenses.gpl3Plus;
    mainProgram = "fretboard";
    maintainers = with maintainers; [ michaelgrahamevans ] ++ lib.teams.gnome-circle.members;
    platforms = platforms.unix;
    maintainers = lib.teams.gnome-circle.members;
    platforms = lib.platforms.unix;
    broken = stdenv.hostPlatform.isDarwin;
  };
})
Loading