treewide: remove primeos from maintainers
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
This commit is contained in:
parent
c90c29bacc
commit
766ad54fde
@ -4,7 +4,7 @@ let
|
|||||||
cfg = config.programs.fuse;
|
cfg = config.programs.fuse;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
meta.maintainers = with lib.maintainers; [ primeos ];
|
meta.maintainers = with lib.maintainers; [ ];
|
||||||
|
|
||||||
options.programs.fuse = {
|
options.programs.fuse = {
|
||||||
mountMax = lib.mkOption {
|
mountMax = lib.mkOption {
|
||||||
|
@ -205,7 +205,5 @@ in
|
|||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
meta.maintainers = with lib.maintainers; [
|
meta.maintainers = with lib.maintainers; [ ];
|
||||||
primeos
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
@ -27,5 +27,5 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta.maintainers = with lib.maintainers; [ primeos ];
|
meta.maintainers = with lib.maintainers; [ ];
|
||||||
}
|
}
|
||||||
|
@ -47,7 +47,6 @@ mapAttrs (
|
|||||||
{
|
{
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
aszlig
|
aszlig
|
||||||
primeos
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
// optionalAttrs (chromiumPkg.meta ? timeout) {
|
// optionalAttrs (chromiumPkg.meta ? timeout) {
|
||||||
|
@ -23,7 +23,6 @@ let
|
|||||||
name = "hostname-${fqdn}";
|
name = "hostname-${fqdn}";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [
|
maintainers = [
|
||||||
primeos
|
|
||||||
blitz
|
blitz
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -15,7 +15,6 @@ in
|
|||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [
|
maintainers = [
|
||||||
flokli
|
flokli
|
||||||
primeos
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
name = "sway";
|
name = "sway";
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
primeos
|
|
||||||
synthetica
|
synthetica
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
name = "tinywl";
|
name = "tinywl";
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with lib.maintainers; [ primeos ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes.machine =
|
nodes.machine =
|
||||||
|
@ -184,7 +184,7 @@ rec {
|
|||||||
longDescription = "Gammastep" + lib.removePrefix "Redshift" redshift.meta.longDescription;
|
longDescription = "Gammastep" + lib.removePrefix "Redshift" redshift.meta.longDescription;
|
||||||
homepage = "https://gitlab.com/chinstrap/gammastep";
|
homepage = "https://gitlab.com/chinstrap/gammastep";
|
||||||
mainProgram = "gammastep";
|
mainProgram = "gammastep";
|
||||||
maintainers = (with lib.maintainers; [ primeos ]) ++ redshift.meta.maintainers;
|
maintainers = (with lib.maintainers; [ ]) ++ redshift.meta.maintainers;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
|
|||||||
changelog = "https://github.com/QuiteRSS/quiterss/blob/${version}/CHANGELOG";
|
changelog = "https://github.com/QuiteRSS/quiterss/blob/${version}/CHANGELOG";
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with lib.maintainers; [ primeos ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -91,7 +91,6 @@ buildPythonApplication rec {
|
|||||||
changelog = "https://github.com/nicolargo/glances/blob/${src.tag}/NEWS.rst";
|
changelog = "https://github.com/nicolargo/glances/blob/${src.tag}/NEWS.rst";
|
||||||
license = lib.licenses.lgpl3Only;
|
license = lib.licenses.lgpl3Only;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
primeos
|
|
||||||
koral
|
koral
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -570,7 +570,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
primeos
|
|
||||||
wmertens
|
wmertens
|
||||||
globin
|
globin
|
||||||
kashw2
|
kashw2
|
||||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
inherit (src.meta) homepage;
|
inherit (src.meta) homepage;
|
||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
broken = stdenv.hostPlatform.isDarwin;
|
broken = stdenv.hostPlatform.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
homepage = "https://www.hjdskes.nl/projects/cage/";
|
homepage = "https://www.hjdskes.nl/projects/cage/";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with lib.maintainers; [ primeos ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
mainProgram = "cage";
|
mainProgram = "cage";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -87,6 +87,6 @@ stdenv.mkDerivation rec {
|
|||||||
# More technical: https://code.videolan.org/videolan/dav1d/blob/${version}/NEWS
|
# More technical: https://code.videolan.org/videolan/dav1d/blob/${version}/NEWS
|
||||||
license = lib.licenses.bsd2;
|
license = lib.licenses.bsd2;
|
||||||
platforms = lib.platforms.unix ++ lib.platforms.windows;
|
platforms = lib.platforms.unix ++ lib.platforms.windows;
|
||||||
maintainers = with lib.maintainers; [ primeos ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -45,7 +45,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
mainProgram = "dynamips";
|
mainProgram = "dynamips";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
primeos
|
|
||||||
anthonyroussel
|
anthonyroussel
|
||||||
];
|
];
|
||||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||||
|
@ -98,6 +98,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://www.nongnu.org/fbi-improved/";
|
homepage = "https://www.nongnu.org/fbi-improved/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -57,6 +57,6 @@ buildGoModule rec {
|
|||||||
changelog = "https://github.com/google/fscrypt/releases/tag/v${version}";
|
changelog = "https://github.com/google/fscrypt/releases/tag/v${version}";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with lib.maintainers; [ primeos ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -43,6 +43,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
changelog = "https://github.com/google/fscryptctl/blob/master/NEWS.md";
|
changelog = "https://github.com/google/fscryptctl/blob/master/NEWS.md";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with lib.maintainers; [ primeos ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -75,6 +75,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://www.cipherdyne.org/fwknop/";
|
homepage = "https://www.cipherdyne.org/fwknop/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -74,7 +74,6 @@ stdenv.mkDerivation {
|
|||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
stesie
|
stesie
|
||||||
matthewbauer
|
matthewbauer
|
||||||
primeos
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -62,6 +62,6 @@ python3Packages.buildPythonApplication rec {
|
|||||||
homepage = "https://gitlab.com/goobook/goobook";
|
homepage = "https://gitlab.com/goobook/goobook";
|
||||||
changelog = "https://gitlab.com/goobook/goobook/-/blob/${src.tag}/CHANGES.rst";
|
changelog = "https://gitlab.com/goobook/goobook/-/blob/${src.tag}/CHANGES.rst";
|
||||||
license = lib.licenses.gpl3Only;
|
license = lib.licenses.gpl3Only;
|
||||||
maintainers = with lib.maintainers; [ primeos ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -70,6 +70,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
pkgConfigModules = [ "iniparser" ];
|
pkgConfigModules = [ "iniparser" ];
|
||||||
maintainers = [ maintainers.primeos ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -110,7 +110,6 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
primeos
|
|
||||||
fpletz
|
fpletz
|
||||||
globin
|
globin
|
||||||
];
|
];
|
||||||
|
@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
'';
|
'';
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = with lib.maintainers; [ primeos ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
mainProgram = "mbsync";
|
mainProgram = "mbsync";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -128,7 +128,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://aomedia.org/av1-features/get-started/";
|
homepage = "https://aomedia.org/av1-features/get-started/";
|
||||||
changelog = "https://aomedia.googlesource.com/aom/+/refs/tags/v${version}/CHANGELOG";
|
changelog = "https://aomedia.googlesource.com/aom/+/refs/tags/v${version}/CHANGELOG";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
primeos
|
|
||||||
kiloreux
|
kiloreux
|
||||||
dandellion
|
dandellion
|
||||||
];
|
];
|
||||||
|
@ -83,6 +83,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = lib.subtractLists platforms.darwin platforms.unix;
|
platforms = lib.subtractLists platforms.darwin platforms.unix;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -112,6 +112,6 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
# https://gitlab.freedesktop.org/glvnd/libglvnd/-/issues/212
|
# https://gitlab.freedesktop.org/glvnd/libglvnd/-/issues/212
|
||||||
badPlatforms = [ lib.systems.inspect.platformPatterns.isStatic ];
|
badPlatforms = [ lib.systems.inspect.platformPatterns.isStatic ];
|
||||||
maintainers = with lib.maintainers; [ primeos ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
beerware
|
beerware
|
||||||
publicDomain
|
publicDomain
|
||||||
];
|
];
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -85,7 +85,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://code.videolan.org/videolan/libplacebo";
|
homepage = "https://code.videolan.org/videolan/libplacebo";
|
||||||
changelog = "https://code.videolan.org/videolan/libplacebo/-/tags/v${version}";
|
changelog = "https://code.videolan.org/videolan/libplacebo/-/tags/v${version}";
|
||||||
license = lib.licenses.lgpl21Plus;
|
license = lib.licenses.lgpl21Plus;
|
||||||
maintainers = with lib.maintainers; [ primeos ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://code.videolan.org/videolan/libplacebo";
|
homepage = "https://code.videolan.org/videolan/libplacebo";
|
||||||
changelog = "https://code.videolan.org/videolan/libplacebo/-/tags/v${version}";
|
changelog = "https://code.videolan.org/videolan/libplacebo/-/tags/v${version}";
|
||||||
license = lib.licenses.lgpl21Plus;
|
license = lib.licenses.lgpl21Plus;
|
||||||
maintainers = with lib.maintainers; [ primeos ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -96,7 +96,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
changelog = "https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-${finalAttrs.version}/NEWS.md";
|
changelog = "https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-${finalAttrs.version}/NEWS.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
primeos
|
|
||||||
ttuegel
|
ttuegel
|
||||||
];
|
];
|
||||||
mainProgram = "xkbcli";
|
mainProgram = "xkbcli";
|
||||||
|
@ -22,7 +22,7 @@ replaceVarsWith {
|
|||||||
description = "Prints certain LSB (Linux Standard Base) and Distribution information";
|
description = "Prints certain LSB (Linux Standard Base) and Distribution information";
|
||||||
mainProgram = "lsb_release";
|
mainProgram = "lsb_release";
|
||||||
license = [ licenses.mit ];
|
license = [ licenses.mit ];
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -137,6 +137,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://www.mew.org/~kazu/proj/pgpdump/en/";
|
homepage = "http://www.mew.org/~kazu/proj/pgpdump/en/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -43,9 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
changelog = "https://git.sr.ht/~sircmpwn/scdoc/refs/${finalAttrs.src.rev}";
|
changelog = "https://git.sr.ht/~sircmpwn/scdoc/refs/${finalAttrs.src.rev}";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
mainProgram = "scdoc";
|
mainProgram = "scdoc";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [ ];
|
||||||
primeos
|
|
||||||
];
|
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -307,7 +307,7 @@ stdenv.mkDerivation rec {
|
|||||||
gpl2Plus
|
gpl2Plus
|
||||||
gpl3Plus
|
gpl3Plus
|
||||||
];
|
];
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -87,6 +87,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/libfuse/sshfs";
|
homepage = "https://github.com/libfuse/sshfs";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
mainProgram = "sshfs";
|
mainProgram = "sshfs";
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -138,7 +138,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
primeos
|
|
||||||
synthetica
|
synthetica
|
||||||
];
|
];
|
||||||
mainProgram = "sway";
|
mainProgram = "sway";
|
||||||
|
@ -61,7 +61,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
mainProgram = "swaybg";
|
mainProgram = "swaybg";
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
primeos
|
|
||||||
ryan4yin
|
ryan4yin
|
||||||
];
|
];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
mainProgram = "swayidle";
|
mainProgram = "swayidle";
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
|
|||||||
mainProgram = "swaylock";
|
mainProgram = "swaylock";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
mainProgram = "ubridge";
|
mainProgram = "ubridge";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
primeos
|
|
||||||
anthonyroussel
|
anthonyroussel
|
||||||
];
|
];
|
||||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||||
|
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://gitlab.freedesktop.org/wayland/wayland-utils";
|
homepage = "https://gitlab.freedesktop.org/wayland/wayland-utils";
|
||||||
license = licenses.mit; # Expat version
|
license = licenses.mit; # Expat version
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
mainProgram = "wayland-info";
|
mainProgram = "wayland-info";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -148,7 +148,6 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
mainProgram = "weston";
|
mainProgram = "weston";
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
primeos
|
|
||||||
qyliss
|
qyliss
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -47,7 +47,7 @@ stdenv.mkDerivation {
|
|||||||
X11 tool xev.
|
X11 tool xev.
|
||||||
'';
|
'';
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
mainProgram = "wev";
|
mainProgram = "wev";
|
||||||
};
|
};
|
||||||
|
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
|||||||
changelog = "https://git.sr.ht/~kennylevinsen/wlsunset/refs/${version}";
|
changelog = "https://git.sr.ht/~kennylevinsen/wlsunset/refs/${version}";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with lib.maintainers; [ primeos ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
mainProgram = "wlsunset";
|
mainProgram = "wlsunset";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
changelog = "https://github.com/francma/wob/releases/tag/${version}";
|
changelog = "https://github.com/francma/wob/releases/tag/${version}";
|
||||||
license = lib.licenses.isc;
|
license = lib.licenses.isc;
|
||||||
maintainers = with lib.maintainers; [ primeos ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
mainProgram = "wob";
|
mainProgram = "wob";
|
||||||
};
|
};
|
||||||
|
@ -59,7 +59,6 @@ stdenv.mkDerivation {
|
|||||||
# TODO: gpl3Only or gpl3Plus (ask upstream)?
|
# TODO: gpl3Only or gpl3Plus (ask upstream)?
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
primeos
|
|
||||||
berbiche
|
berbiche
|
||||||
];
|
];
|
||||||
mainProgram = "wshowkeys";
|
mainProgram = "wshowkeys";
|
||||||
|
@ -34,7 +34,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
primeos
|
|
||||||
Scrumplex
|
Scrumplex
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -32,7 +32,6 @@ rec {
|
|||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
k900
|
k900
|
||||||
primeos
|
|
||||||
vcunat
|
vcunat
|
||||||
]; # Help is welcome :)
|
]; # Help is welcome :)
|
||||||
};
|
};
|
||||||
|
@ -117,7 +117,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
license = licenses.mit; # Expat version
|
license = licenses.mit; # Expat version
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
primeos
|
|
||||||
codyopel
|
codyopel
|
||||||
qyliss
|
qyliss
|
||||||
];
|
];
|
||||||
|
@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
homepage = "https://gitlab.freedesktop.org/wayland/wayland-protocols";
|
homepage = "https://gitlab.freedesktop.org/wayland/wayland-protocols";
|
||||||
license = lib.licenses.mit; # Expat version
|
license = lib.licenses.mit; # Expat version
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
maintainers = with lib.maintainers; [ primeos ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
pkgConfigModules = [ "wayland-protocols" ];
|
pkgConfigModules = [ "wayland-protocols" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -130,7 +130,6 @@ let
|
|||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
primeos
|
|
||||||
synthetica
|
synthetica
|
||||||
rewine
|
rewine
|
||||||
];
|
];
|
||||||
|
@ -47,6 +47,6 @@ buildPythonPackage rec {
|
|||||||
description = "CORS support for aiohttp";
|
description = "CORS support for aiohttp";
|
||||||
homepage = "https://github.com/aio-libs/aiohttp-cors";
|
homepage = "https://github.com/aio-libs/aiohttp-cors";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -40,6 +40,6 @@ buildPythonPackage rec {
|
|||||||
description = "Set of python bindings for keyutils";
|
description = "Set of python bindings for keyutils";
|
||||||
homepage = "https://github.com/sassoftware/python-keyutils";
|
homepage = "https://github.com/sassoftware/python-keyutils";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ primeos ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -35,6 +35,6 @@ buildPythonPackage rec {
|
|||||||
mainProgram = "raven";
|
mainProgram = "raven";
|
||||||
homepage = "https://github.com/getsentry/raven-python";
|
homepage = "https://github.com/getsentry/raven-python";
|
||||||
license = [ lib.licenses.bsd3 ];
|
license = [ lib.licenses.bsd3 ];
|
||||||
maintainers = with lib.maintainers; [ primeos ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -125,7 +125,6 @@ buildPythonPackage rec {
|
|||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
primeos
|
|
||||||
bjornfor
|
bjornfor
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -59,7 +59,7 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
# Note from primeos: By updating Chromium I also update Google Chrome and
|
# Note from primeos: By updating Chromium I also update Google Chrome and
|
||||||
# ChromeDriver.
|
# ChromeDriver.
|
||||||
platforms = platforms.darwin;
|
platforms = platforms.darwin;
|
||||||
|
@ -150,7 +150,6 @@ stdenv.mkDerivation rec {
|
|||||||
lgpl21Only
|
lgpl21Only
|
||||||
];
|
];
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
primeos
|
|
||||||
oxalica
|
oxalica
|
||||||
];
|
];
|
||||||
outputsToInstall = [ "bin" ];
|
outputsToInstall = [ "bin" ];
|
||||||
|
@ -96,6 +96,6 @@ stdenv.mkDerivation rec {
|
|||||||
bsd3
|
bsd3
|
||||||
];
|
];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
|
|||||||
unicode-dfs-2015
|
unicode-dfs-2015
|
||||||
];
|
];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ ];
|
||||||
teams = [ teams.android ];
|
teams = [ teams.android ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,6 @@ bundlerEnv rec {
|
|||||||
changelog = "https://github.com/rubysec/bundler-audit/blob/v${version}/ChangeLog.md";
|
changelog = "https://github.com/rubysec/bundler-audit/blob/v${version}/ChangeLog.md";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
primeos
|
|
||||||
nicknovitski
|
nicknovitski
|
||||||
];
|
];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user