mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
maintainers: drop lovek323
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -563,7 +563,6 @@
|
||||
"members": {
|
||||
"Ericson2314": 1055245,
|
||||
"emilazy": 18535642,
|
||||
"lovek323": 265084,
|
||||
"rrbutani": 7833358,
|
||||
"sternenseemann": 3154475
|
||||
},
|
||||
|
||||
@@ -15471,12 +15471,6 @@
|
||||
githubId = 4969294;
|
||||
name = "Louis Tim Larsen";
|
||||
};
|
||||
lovek323 = {
|
||||
email = "jason@oconal.id.au";
|
||||
github = "lovek323";
|
||||
githubId = 265084;
|
||||
name = "Jason O'Conal";
|
||||
};
|
||||
lovesegfault = {
|
||||
email = "meurerbernardo@gmail.com";
|
||||
matrix = "@lovesegfault:matrix.org";
|
||||
|
||||
@@ -85,7 +85,6 @@ let
|
||||
AndersonTorres
|
||||
adisbladis
|
||||
jwiegley
|
||||
lovek323
|
||||
panchoh
|
||||
];
|
||||
"macport" = with lib.maintainers; [
|
||||
|
||||
@@ -171,7 +171,7 @@ let
|
||||
license = lib.licenses.asl20;
|
||||
homepage = "https://subversion.apache.org/";
|
||||
mainProgram = "svn";
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -179,8 +179,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Highly configurable, dynamic window manager for X";
|
||||
homepage = "https://awesomewm.org/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
maintainers = [
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -36,7 +36,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://www.aescrypt.com/";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
qknight
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
|
||||
@@ -128,7 +128,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Library for reading and writing audio files in various formats";
|
||||
homepage = "http://www.68k.org/~michael/audiofile/";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -232,8 +232,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://avahi.org";
|
||||
license = lib.licenses.lgpl2Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
maintainers = [
|
||||
];
|
||||
|
||||
longDescription = ''
|
||||
|
||||
@@ -82,7 +82,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
bsd2
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
eleanor
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
|
||||
@@ -49,7 +49,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://bindfs.org";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
lovesegfault
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -137,7 +137,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Small open source library for using 3D graphics hardware for rendering";
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
|
||||
longDescription = ''
|
||||
Cogl is a small open source library for using 3D graphics hardware for
|
||||
|
||||
@@ -76,7 +76,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Password checking library";
|
||||
changelog = "https://github.com/cracklib/cracklib/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.lgpl21;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -283,7 +283,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://curl.se/";
|
||||
license = lib.licenses.curl;
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
Scrumplex
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
|
||||
@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Flexible dictionary server and client implementing RFC 2229";
|
||||
homepage = "https://www.gnu.org/software/dico/";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
longDescription = ''
|
||||
|
||||
@@ -113,6 +113,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
homepage = "https://www.fail2ban.org/";
|
||||
description = "Program that scans log files for repeated failing login attempts and bans IP addresses";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -56,7 +56,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://www.fluidsynth.org";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
guylamar2006
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "GiNaC C++ library for symbolic manipulations";
|
||||
homepage = "https://www.ginac.de/";
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
@@ -374,7 +374,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://gitlab.gnome.org/GNOME/glib";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
raskin
|
||||
];
|
||||
teams = [ lib.teams.gnome ];
|
||||
|
||||
@@ -40,7 +40,7 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/buger/goreplay";
|
||||
license = lib.licenses.lgpl3Only;
|
||||
description = "Open-source tool for capturing and replaying live HTTP traffic";
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "goreplay";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -54,7 +54,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
azahi
|
||||
lovek323
|
||||
peterhoeg
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -164,7 +164,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${finalAttrs.version}/NEWS";
|
||||
license = lib.licenses.lgpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
raskin
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
|
||||
@@ -54,7 +54,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
fab
|
||||
lovek323
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://github.com/json-c/json-c/wiki";
|
||||
changelog = "https://github.com/json-c/json-c/blob/${finalAttrs.src.rev}/ChangeLog";
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
|
||||
@@ -95,7 +95,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://gitlab.gnome.org/GNOME/libgsf";
|
||||
changelog = "https://gitlab.gnome.org/GNOME/libgsf/-/blob/${finalAttrs.src.tag}/ChangeLog";
|
||||
license = lib.licenses.lgpl21Only;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
longDescription = ''
|
||||
|
||||
@@ -87,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://sourceforge.net/projects/mad/";
|
||||
description = "High-quality, fixed-point MPEG audio decoder supporting MPEG-1 and MPEG-2";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -44,8 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "libmikmod-config";
|
||||
homepage = "https://mikmod.shlomifish.org/";
|
||||
license = lib.licenses.lgpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
maintainers = [
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Simple implementation of msgpack in C";
|
||||
homepage = "https://github.com/tarruda/libmpack/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "oil-bugreport";
|
||||
homepage = "https://liboil.freedesktop.org";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Sample Rate Converter for audio";
|
||||
homepage = "https://libsndfile.github.io/libsamplerate/";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
# Linker is unhappy with the `.def` file.
|
||||
broken = stdenv.hostPlatform.isMinGW;
|
||||
|
||||
@@ -111,7 +111,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://libsndfile.github.io/libsndfile/";
|
||||
changelog = "https://github.com/libsndfile/libsndfile/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.lgpl2Plus;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
|
||||
longDescription = ''
|
||||
|
||||
@@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "XCB port of libxcursor";
|
||||
homepage = "https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor";
|
||||
license = lib.licenses.x11;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
pkgConfigModules = [ "xcb-cursor" ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -63,8 +63,7 @@ stdenv.mkDerivation {
|
||||
homepage = "http://alip.github.io/mpdcron/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
maintainers = [
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -81,7 +81,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
koral
|
||||
lovek323
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
mainProgram = "ncmpcpp";
|
||||
|
||||
@@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://www.portaudio.com/";
|
||||
# Not exactly a bsd license, but alike
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@ bundlerApp {
|
||||
homepage = "https://github.com/brigade/scss-lint";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
nicknovitski
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
homepage = "https://dushistov.github.io/sdcv/";
|
||||
description = "Console version of StarDict";
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "sdcv";
|
||||
|
||||
@@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://www.gnu.org/software/shishi/";
|
||||
description = "Implementation of the Kerberos 5 network security system";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -61,7 +61,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = "https://web.archive.org/web/20211113222004/http://www.clifford.at/stfl/";
|
||||
description = "Library which implements a curses-based widget set for text terminals";
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.lgpl3;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -73,9 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "MPEG-4 video codec for PC";
|
||||
homepage = "https://www.xvid.com/";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://developer-old.gnome.org/ORBit2/";
|
||||
description = "CORBA 2.4-compliant Object Request Broker";
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
|
||||
longDescription = ''
|
||||
ORBit2 is a CORBA 2.4-compliant Object Request Broker (ORB) featuring
|
||||
|
||||
@@ -177,7 +177,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Middleware layer between C libraries and language bindings";
|
||||
homepage = "https://gi.readthedocs.io/";
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
artturin
|
||||
];
|
||||
teams = [ lib.teams.gnome ];
|
||||
|
||||
@@ -67,7 +67,6 @@ stdenv.mkDerivation rec {
|
||||
lgpl21
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
raskin
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -61,7 +61,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://www.pango.org/";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
raskin
|
||||
];
|
||||
teams = [ lib.teams.gnome ];
|
||||
|
||||
@@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
|
||||
lgpl21
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
raskin
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -29,6 +29,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://nedbatchelder.com/code/cog";
|
||||
changelog = "https://github.com/nedbat/cog/blob/${src.tag}/CHANGELOG.rst";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ buildPythonPackage rec {
|
||||
downloadPage = "https://github.com/nicfit/eyeD3";
|
||||
homepage = "https://eyed3.nicfit.net/";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
longDescription = ''
|
||||
eyeD3 is a Python module and command line program for processing ID3
|
||||
|
||||
@@ -48,6 +48,6 @@ buildPythonPackage rec {
|
||||
mainProgram = "faker";
|
||||
homepage = "http://faker.rtfd.org";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -91,7 +91,7 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/PyFilesystem/pyfilesystem2";
|
||||
changelog = "https://github.com/PyFilesystem/pyfilesystem2/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -40,6 +40,6 @@ buildPythonPackage {
|
||||
description = "Library collecting some useful snippets";
|
||||
homepage = "https://gitlab.com/hcs/hcs_utils";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -81,7 +81,6 @@ buildPythonPackage rec {
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "keyring";
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
dotlambda
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -204,7 +204,6 @@ buildPythonPackage rec {
|
||||
bsd0
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
veprbl
|
||||
];
|
||||
};
|
||||
|
||||
@@ -39,7 +39,7 @@ buildPythonPackage rec {
|
||||
homepage = "https://mpmath.org/";
|
||||
description = "Pure-Python library for multiprecision floating arithmetic";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -46,6 +46,6 @@ buildPythonPackage rec {
|
||||
mainProgram = "paver";
|
||||
homepage = "https://github.com/paver/paver";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,6 +30,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://pypi.python.org/pypi/pync";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.darwin;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -100,7 +100,6 @@ let
|
||||
homepage = "https://docs.pytest.org";
|
||||
changelog = "https://github.com/pytest-dev/pytest/releases/tag/${version}";
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
madjar
|
||||
];
|
||||
license = lib.licenses.mit;
|
||||
|
||||
@@ -23,6 +23,6 @@ buildPythonPackage rec {
|
||||
description = "yEnc Decoding for Python 3";
|
||||
homepage = "https://github.com/sabnzbd/sabyenc/";
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -62,8 +62,7 @@ buildPythonPackage rec {
|
||||
mainProgram = "sip";
|
||||
homepage = "https://riverbankcomputing.com/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
maintainers = [
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
@@ -36,7 +36,7 @@ buildPythonPackage rec {
|
||||
mainProgram = "isympy";
|
||||
homepage = "https://www.sympy.org/";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
teams = [ lib.teams.sage ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -164,6 +164,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://httpd.apache.org/";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -287,7 +287,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Sound server for POSIX and Win32 systems";
|
||||
homepage = "http://www.pulseaudio.org/";
|
||||
license = lib.licenses.lgpl2Plus;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
# https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/1089
|
||||
|
||||
@@ -60,7 +60,7 @@ stdenv.mkDerivation {
|
||||
mainProgram = "qpaeq";
|
||||
homepage = "http://www.pulseaudio.org/";
|
||||
license = lib.licenses.lgpl2Plus;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -128,7 +128,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Portable command-line driven graphing utility for many platforms";
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
license = lib.licenses.gnuplot;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "gnuplot";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -194,7 +194,6 @@ stdenv.mkDerivation rec {
|
||||
license = lib.licenses.gpl2Plus;
|
||||
mainProgram = "pass";
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
fpletz
|
||||
tadfisher
|
||||
globin
|
||||
|
||||
@@ -59,7 +59,6 @@ python3Packages.buildPythonApplication rec {
|
||||
changelog = "https://github.com/roddhjav/pass-import/blob/v${version}/CHANGELOG.rst";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
fpletz
|
||||
tadfisher
|
||||
];
|
||||
|
||||
@@ -32,7 +32,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/roddhjav/pass-tomb";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
fpletz
|
||||
tadfisher
|
||||
];
|
||||
|
||||
@@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/roddhjav/pass-update";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
lovek323
|
||||
fpletz
|
||||
tadfisher
|
||||
];
|
||||
|
||||
@@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Full-featured (La)TeX distribution";
|
||||
homepage = "http://www.tug.org/tetex/";
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
@@ -357,7 +357,6 @@ rec {
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
veprbl
|
||||
lovek323
|
||||
raskin
|
||||
jwiegley
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user