maintainers: drop srghma

GitHub account doesn't exist anymore.

(cherry picked from commit 6027a812f9)
This commit is contained in:
Wolfgang Walther
2025-08-26 11:45:25 +02:00
parent 3a27e7cb4a
commit 1628802b4f
8 changed files with 0 additions and 13 deletions

View File

@@ -23405,12 +23405,6 @@
githubId = 16364318;
name = "Jeffrey Harmon";
};
srghma = {
email = "srghma@gmail.com";
github = "srghma";
githubId = 7573215;
name = "Sergei Khoma";
};
srgom = {
github = "SRGOM";
githubId = 8103619;

View File

@@ -86,7 +86,6 @@ bundlerApp {
homepage = "https://github.com/toy/image_optim";
license = licenses.mit;
maintainers = with maintainers; [
srghma
nicknovitski
];
platforms = platforms.all;

View File

@@ -131,7 +131,6 @@ stdenv.mkDerivation {
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [
michalrus
srghma
];
};
}

View File

@@ -54,7 +54,6 @@ stdenv.mkDerivation rec {
Works with any window manager, such as [i3wm](https://i3wm.org/), [bspwm](https://github.com/baskerville/bspwm), and [KDE](https://kde.org/), as a standalone script, or with statusbars such as [polybar](https://github.com/polybar/polybar), [i3blocks](https://github.com/vivien/i3blocks), [i3status](https://github.com/i3/i3status), and more.
'';
homepage = "https://github.com/hastinbe/i3-volume";
maintainers = with lib.maintainers; [ srghma ];
mainProgram = "i3-volume";
license = lib.licenses.gpl2;
platforms = lib.platforms.linux;

View File

@@ -52,7 +52,6 @@ stdenv.mkDerivation {
description = "Utilities for archiving photos for saving to long term storage or serving over the web";
homepage = "https://github.com/danielgtaylor/jpeg-archive";
license = licenses.mit;
maintainers = [ maintainers.srghma ];
platforms = platforms.all;
};
}

View File

@@ -79,7 +79,6 @@ buildPythonApplication rec {
homepage = "http://slgobinath.github.io/SafeEyes";
description = "Protect your eyes from eye strain using this simple and beautiful, yet extensible break reminder. A Free and Open Source Linux alternative to EyeLeo";
license = licenses.gpl3;
maintainers = with maintainers; [ srghma ];
platforms = platforms.linux;
mainProgram = "safeeyes";
};

View File

@@ -37,7 +37,6 @@ appimageTools.wrapType2 {
homepage = "https://sozi.baierouge.fr/";
license = lib.licenses.mpl20;
mainProgram = "sozi";
maintainers = with lib.maintainers; [ srghma ];
platforms = [ "x86_64-linux" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
};

View File

@@ -35,7 +35,6 @@ buildGoModule rec {
homepage = "https://github.com/porjo/youtubeuploader";
changelog = "https://github.com/porjo/youtubeuploader/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ srghma ];
mainProgram = "youtubeuploader";
platforms = lib.platforms.unix;
};