diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 73321eafdca2..36556f1fdefa 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 773a3da6c9a8..b0226f413510 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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 = [ ]; }; diff --git a/pkgs/build-support/build-mozilla-mach/default.nix b/pkgs/build-support/build-mozilla-mach/default.nix index 3f20759e952e..ca9569843fa3 100644 --- a/pkgs/build-support/build-mozilla-mach/default.nix +++ b/pkgs/build-support/build-mozilla-mach/default.nix @@ -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 diff --git a/pkgs/by-name/as/asciinema-scenario/package.nix b/pkgs/by-name/as/asciinema-scenario/package.nix index 2d8d7e6137f3..3be08ab66a40 100644 --- a/pkgs/by-name/as/asciinema-scenario/package.nix +++ b/pkgs/by-name/as/asciinema-scenario/package.nix @@ -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"; };