mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
treewide: remove michaelgrahamevans from GNOME Circle packages
This commit is contained in:
parent
c1b4befc6e
commit
b39114cfa7
@ -46,11 +46,11 @@ stdenv.mkDerivation rec {
|
|||||||
))
|
))
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Time games of over-the-board chess";
|
description = "Time games of over-the-board chess";
|
||||||
homepage = "https://gitlab.gnome.org/World/chess-clock";
|
homepage = "https://gitlab.gnome.org/World/chess-clock";
|
||||||
license = licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
mainProgram = "chess-clock";
|
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
|
libportal
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
changelog = "https://github.com/cassidyjames/clairvoyant/releases/tag/${finalAttrs.version}";
|
changelog = "https://github.com/cassidyjames/clairvoyant/releases/tag/${finalAttrs.version}";
|
||||||
description = "Ask questions, get psychic answers";
|
description = "Ask questions, get psychic answers";
|
||||||
homepage = "https://github.com/cassidyjames/clairvoyant";
|
homepage = "https://github.com/cassidyjames/clairvoyant";
|
||||||
license = licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
mainProgram = "com.github.cassidyjames.clairvoyant";
|
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
|
libsoup_3
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
changelog = "https://github.com/rafaelmardojai/forge-sparks/releases/tag/${finalAttrs.version}";
|
changelog = "https://github.com/rafaelmardojai/forge-sparks/releases/tag/${finalAttrs.version}";
|
||||||
description = "Get Git forges notifications";
|
description = "Get Git forges notifications";
|
||||||
homepage = "https://github.com/rafaelmardojai/forge-sparks";
|
homepage = "https://github.com/rafaelmardojai/forge-sparks";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
mainProgram = "forge-sparks";
|
mainProgram = "forge-sparks";
|
||||||
maintainers = with maintainers; [ michaelgrahamevans ] ++ lib.teams.gnome-circle.members;
|
maintainers = lib.teams.gnome-circle.members;
|
||||||
platforms = platforms.linux;
|
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}";
|
changelog = "https://github.com/bragefuglseth/fretboard/releases/tag/v${finalAttrs.version}";
|
||||||
description = "Look up guitar chords";
|
description = "Look up guitar chords";
|
||||||
homepage = "https://apps.gnome.org/Fretboard/";
|
homepage = "https://apps.gnome.org/Fretboard/";
|
||||||
license = licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
mainProgram = "fretboard";
|
mainProgram = "fretboard";
|
||||||
maintainers = with maintainers; [ michaelgrahamevans ] ++ lib.teams.gnome-circle.members;
|
maintainers = lib.teams.gnome-circle.members;
|
||||||
platforms = platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
broken = stdenv.hostPlatform.isDarwin;
|
broken = stdenv.hostPlatform.isDarwin;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -50,13 +50,13 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
libadwaita
|
libadwaita
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
changelog = "https://gitlab.gnome.org/World/design/lorem/-/releases/${finalAttrs.version}";
|
changelog = "https://gitlab.gnome.org/World/design/lorem/-/releases/${finalAttrs.version}";
|
||||||
description = "Generate placeholder text";
|
description = "Generate placeholder text";
|
||||||
homepage = "https://apps.gnome.org/Lorem/";
|
homepage = "https://apps.gnome.org/Lorem/";
|
||||||
license = licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
mainProgram = "lorem";
|
mainProgram = "lorem";
|
||||||
maintainers = with maintainers; [ michaelgrahamevans ] ++ lib.teams.gnome-circle.members;
|
maintainers = lib.teams.gnome-circle.members;
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -43,13 +43,13 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
poppler
|
poppler
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
changelog = "https://github.com/Diego-Ivan/Paper-Clip/releases/tag/v${finalAttrs.version}";
|
changelog = "https://github.com/Diego-Ivan/Paper-Clip/releases/tag/v${finalAttrs.version}";
|
||||||
description = "Edit PDF document metadata";
|
description = "Edit PDF document metadata";
|
||||||
homepage = "https://github.com/Diego-Ivan/Paper-Clip";
|
homepage = "https://github.com/Diego-Ivan/Paper-Clip";
|
||||||
license = licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
mainProgram = "pdf-metadata-editor";
|
mainProgram = "pdf-metadata-editor";
|
||||||
maintainers = with maintainers; [ michaelgrahamevans ] ++ lib.teams.gnome-circle.members;
|
maintainers = lib.teams.gnome-circle.members;
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -69,13 +69,13 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
stdenv.cc.isClang && lib.versionAtLeast stdenv.cc.version "16"
|
stdenv.cc.isClang && lib.versionAtLeast stdenv.cc.version "16"
|
||||||
) "-Wno-error=incompatible-function-pointer-types";
|
) "-Wno-error=incompatible-function-pointer-types";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
changelog = "https://gitlab.com/adhami3310/Switcheroo/-/releases/v${finalAttrs.version}";
|
changelog = "https://gitlab.com/adhami3310/Switcheroo/-/releases/v${finalAttrs.version}";
|
||||||
description = "App for converting images between different formats";
|
description = "App for converting images between different formats";
|
||||||
homepage = "https://apps.gnome.org/Converter/";
|
homepage = "https://apps.gnome.org/Converter/";
|
||||||
license = licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
mainProgram = "switcheroo";
|
mainProgram = "switcheroo";
|
||||||
maintainers = with maintainers; [ michaelgrahamevans ] ++ lib.teams.gnome-circle.members;
|
maintainers = lib.teams.gnome-circle.members;
|
||||||
platforms = platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user