Loading maintainers/team-list.nix +1 −0 Original line number Diff line number Diff line Loading @@ -457,6 +457,7 @@ with lib.maintainers; aleksana dawidd6 getchoo michaelgrahamevans ]; scope = "Maintain GNOME Circle applications."; shortName = "GNOME Circle"; Loading pkgs/by-name/ch/chess-clock/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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; }; } pkgs/by-name/cl/clairvoyant/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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; }; }) pkgs/by-name/fo/forge-sparks/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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; }; }) pkgs/by-name/fr/fretboard/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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
maintainers/team-list.nix +1 −0 Original line number Diff line number Diff line Loading @@ -457,6 +457,7 @@ with lib.maintainers; aleksana dawidd6 getchoo michaelgrahamevans ]; scope = "Maintain GNOME Circle applications."; shortName = "GNOME Circle"; Loading
pkgs/by-name/ch/chess-clock/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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; }; }
pkgs/by-name/cl/clairvoyant/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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; }; })
pkgs/by-name/fo/forge-sparks/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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; }; })
pkgs/by-name/fr/fretboard/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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; }; })