maintainers: remove onemoresuza from hare, harec and haredoc (#453973)

This commit is contained in:
Wolfgang Walther
2025-10-23 12:16:57 +00:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://harelang.org/";
description = "Systems programming language designed to be simple, stable, and robust";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ onemoresuza ];
maintainers = [ ];
mainProgram = "hare";
inherit (harec.meta) platforms badPlatforms;
};
+1 -1
View File
@@ -74,7 +74,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://harelang.org/";
description = "Bootstrapping Hare compiler written in C for POSIX systems";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ onemoresuza ];
maintainers = [ ];
mainProgram = "harec";
# The upstream developers do not like proprietary operating systems; see
# https://harelang.org/platforms/
+1 -1
View File
@@ -46,7 +46,7 @@ stdenv.mkDerivation {
homepage = "https://harelang.org/";
description = "Hare's documentation tool";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ onemoresuza ];
maintainers = [ ];
mainProgram = "haredoc";
inherit (hareHook.meta) platforms badPlatforms;
};