mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
maintainers: drop srghma
GitHub account doesn't exist anymore.
(cherry picked from commit 6027a812f9)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -86,7 +86,6 @@ bundlerApp {
|
||||
homepage = "https://github.com/toy/image_optim";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
srghma
|
||||
nicknovitski
|
||||
];
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -131,7 +131,6 @@ stdenv.mkDerivation {
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [
|
||||
michalrus
|
||||
srghma
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user