maintainers: drop srghma

GitHub account doesn't exist anymore.

Changed files
-13
maintainers
pkgs
applications
graphics
image_optim
by-name
hu
hubstaff
i3
i3-volume
jp
jpeg-archive
sa
safeeyes
so
yo
youtubeuploader
-6
maintainers/maintainer-list.nix
···
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;
-1
pkgs/applications/graphics/image_optim/default.nix
···
homepage = "https://github.com/toy/image_optim";
license = licenses.mit;
maintainers = with maintainers; [
-
srghma
nicknovitski
];
platforms = platforms.all;
-1
pkgs/by-name/hu/hubstaff/package.nix
···
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [
michalrus
-
srghma
];
};
}
-1
pkgs/by-name/i3/i3-volume/package.nix
···
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
pkgs/by-name/jp/jpeg-archive/package.nix
···
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
pkgs/by-name/sa/safeeyes/package.nix
···
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
pkgs/by-name/so/sozi/package.nix
···
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 ];
};
-1
pkgs/by-name/yo/youtubeuploader/package.nix
···
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;
};