maintainers: drop srghma

GitHub account doesn't exist anymore.
This commit is contained in:
Wolfgang Walther
2025-08-26 12:47:27 +02:00
parent 63c23752b2
commit 6027a812f9
8 changed files with 0 additions and 13 deletions
-6
View File
@@ -24136,12 +24136,6 @@
githubId = 20484159;
keys = [ { fingerprint = "F246 425A 7650 6F37 0552 BA8D DEA9 C405 09D9 65F5"; } ];
};
srghma = {
email = "srghma@gmail.com";
github = "srghma";
githubId = 7573215;
name = "Sergei Khoma";
};
srgom = {
github = "SRGOM";
githubId = 8103619;
@@ -86,7 +86,6 @@ bundlerApp {
homepage = "https://github.com/toy/image_optim";
license = licenses.mit;
maintainers = with maintainers; [
srghma
nicknovitski
];
platforms = platforms.all;
-1
View File
@@ -131,7 +131,6 @@ stdenv.mkDerivation {
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [
michalrus
srghma
];
};
}
-1
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;
-1
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;
};
}
-1
View File
@@ -81,7 +81,6 @@ python3.pkgs.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";
};
-1
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 ];
};
@@ -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;
};