maintainers: drop sebtm
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -24657,12 +24657,6 @@
|
||||
name = "Sebastian Rutofski";
|
||||
keys = [ { fingerprint = "F1D4 8061 2830 3AF6 42DC 3867 C37F 3374 2A95 C547"; } ];
|
||||
};
|
||||
sebtm = {
|
||||
email = "mail@sebastian-sellmeier.de";
|
||||
github = "SebTM";
|
||||
githubId = 17243347;
|
||||
name = "Sebastian Sellmeier";
|
||||
};
|
||||
secona = {
|
||||
email = "secona00+nixpkgs@gmail.com";
|
||||
github = "secona";
|
||||
|
||||
@@ -9,7 +9,7 @@ let
|
||||
|
||||
in
|
||||
{
|
||||
meta.maintainers = with lib.maintainers; [ sebtm ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
options = {
|
||||
services.tp-auto-kbbl = {
|
||||
|
||||
@@ -156,7 +156,7 @@ let
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=adzero.vscode-sievehighlight";
|
||||
homepage = "https://github.com/adzero/vscode-sievehighlight";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.sebtm ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -797,7 +797,7 @@ let
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=BrandonKirbyson.solarized-palenight";
|
||||
homepage = "https://github.com/BrandonKirbyson/Solarized-Palenight";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.sebtm ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -33,7 +33,6 @@ let
|
||||
maintainers = with lib.maintainers; [
|
||||
khaneliman
|
||||
timstott
|
||||
sebtm
|
||||
bdd
|
||||
];
|
||||
platforms = [
|
||||
|
||||
@@ -71,7 +71,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
eyjhb
|
||||
sebtm
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -39,7 +39,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
olejorgenb
|
||||
hedning
|
||||
ma27
|
||||
sebtm
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Cross-platform, reimplementation of Notepad++";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ sebtm ];
|
||||
maintainers = [ ];
|
||||
broken = stdenv.hostPlatform.isAarch64;
|
||||
mainProgram = "NotepadNext";
|
||||
};
|
||||
|
||||
@@ -51,7 +51,6 @@ let
|
||||
maintainers = with lib.maintainers; [
|
||||
luftmensch-luftmensch
|
||||
massimogengarelli
|
||||
sebtm
|
||||
shunueda
|
||||
];
|
||||
platforms = builtins.attrNames passthru.sources;
|
||||
|
||||
@@ -12,7 +12,6 @@ let
|
||||
anthonyroussel
|
||||
delafthi
|
||||
rapiteanu
|
||||
sebtm
|
||||
];
|
||||
};
|
||||
in
|
||||
|
||||
@@ -91,7 +91,6 @@ stdenv.mkDerivation {
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
rsniezek
|
||||
sebtm
|
||||
matteopacini
|
||||
];
|
||||
platforms = [
|
||||
|
||||
@@ -103,8 +103,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://getpublii.com";
|
||||
changelog = "https://github.com/getpublii/publii/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
sebtm
|
||||
maintainers = [
|
||||
];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
|
||||
@@ -75,6 +75,6 @@ buildPythonPackage rec {
|
||||
description = "Core logic used by the other Proton components";
|
||||
homepage = "https://github.com/ProtonVPN/python-proton-core";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ sebtm ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -42,6 +42,6 @@ buildPythonPackage rec {
|
||||
description = "ProtonVPN core component to access Linux's keyring";
|
||||
homepage = "https://github.com/ProtonVPN/python-proton-keyring-linux";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ sebtm ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -119,7 +119,6 @@ buildPythonPackage rec {
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
anthonyroussel
|
||||
sebtm
|
||||
rapiteanu
|
||||
];
|
||||
};
|
||||
|
||||
@@ -70,7 +70,6 @@ buildPythonPackage rec {
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
anthonyroussel
|
||||
sebtm
|
||||
rapiteanu
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user