maintainers: drop garbas

Reacted to 0 out of 1 maintainer pings in the least 180 days.

Commit bit was recently removed with his approval for inactivity.
This commit is contained in:
Wolfgang Walther
2025-12-09 21:09:06 +01:00
parent 87ef698601
commit 29358c2417
4 changed files with 0 additions and 11 deletions
-6
View File
@@ -9243,12 +9243,6 @@
githubId = 57430880;
name = "Gustavo Araiza";
};
garbas = {
email = "rok@garbas.si";
github = "garbas";
githubId = 20208;
name = "Rok Garbas";
};
gardspirito = {
name = "gardspirito";
email = "nyxoroso@gmail.com";
@@ -21040,12 +21040,10 @@ final: prev: {
pname = "vim-snipmate";
version = "2025-05-14";
src = fetchFromGitHub {
owner = "garbas";
repo = "vim-snipmate";
rev = "1331cfe8cbf9b9d79f4b60c1afc211b77c181ad4";
sha256 = "0dmypsgn6lxq2irxcigxh79l923ph4qk4m2hg27mjd8m079x4j2r";
};
meta.homepage = "https://github.com/garbas/vim-snipmate/";
meta.hydraPlatforms = [ ];
};
@@ -180,7 +180,6 @@ in
# > that I made in
# > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815006
# >
# > @garbas shared with me the list of patches applied for the Nix package.
# > As they are just for portability and tiny modifications, they don't
# > alter the experience of the product. In parallel, Rok also shared the
# > build options. They seem good (even if I cannot judge the quality of the
@@ -17,8 +17,6 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Create asciinema videos from a text file";
homepage = "https://github.com/garbas/asciinema-scenario/";
maintainers = with maintainers; [ garbas ];
license = with licenses; [ mit ];
mainProgram = "asciinema-scenario";
};