mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
maintainers/team-list: add michaelgrahamevans to gnome-circle (#364527)
This commit is contained in:
commit
708a7db37b
@ -457,6 +457,7 @@ with lib.maintainers;
|
||||
aleksana
|
||||
dawidd6
|
||||
getchoo
|
||||
michaelgrahamevans
|
||||
];
|
||||
scope = "Maintain GNOME Circle applications.";
|
||||
shortName = "GNOME Circle";
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -50,13 +50,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libadwaita
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
changelog = "https://gitlab.gnome.org/World/design/lorem/-/releases/${finalAttrs.version}";
|
||||
description = "Generate placeholder text";
|
||||
homepage = "https://apps.gnome.org/Lorem/";
|
||||
license = licenses.gpl3Plus;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
mainProgram = "lorem";
|
||||
maintainers = with maintainers; [ michaelgrahamevans ] ++ lib.teams.gnome-circle.members;
|
||||
platforms = platforms.linux;
|
||||
maintainers = lib.teams.gnome-circle.members;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
@ -43,13 +43,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
poppler
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
changelog = "https://github.com/Diego-Ivan/Paper-Clip/releases/tag/v${finalAttrs.version}";
|
||||
description = "Edit PDF document metadata";
|
||||
homepage = "https://github.com/Diego-Ivan/Paper-Clip";
|
||||
license = licenses.gpl3Plus;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
mainProgram = "pdf-metadata-editor";
|
||||
maintainers = with maintainers; [ michaelgrahamevans ] ++ lib.teams.gnome-circle.members;
|
||||
platforms = platforms.linux;
|
||||
maintainers = lib.teams.gnome-circle.members;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
@ -69,13 +69,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
stdenv.cc.isClang && lib.versionAtLeast stdenv.cc.version "16"
|
||||
) "-Wno-error=incompatible-function-pointer-types";
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
changelog = "https://gitlab.com/adhami3310/Switcheroo/-/releases/v${finalAttrs.version}";
|
||||
description = "App for converting images between different formats";
|
||||
homepage = "https://apps.gnome.org/Converter/";
|
||||
license = licenses.gpl3Plus;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
mainProgram = "switcheroo";
|
||||
maintainers = with maintainers; [ michaelgrahamevans ] ++ lib.teams.gnome-circle.members;
|
||||
platforms = platforms.unix;
|
||||
maintainers = lib.teams.gnome-circle.members;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user