treewide/meta: Remove chiiruno and replace with Madouura (#169096)

* maintainers: remove chiiruno

* nixos/zeronet.nix: replace chiiruno with Madouura

* nixos/hydron: replace chiiruno with Madouura

* nixos/tests/bcachefs: replace chiiruno with Madouura

* lutris: replace chiiruno with Madouura

* qtchan: replace chiiruno with Madouura

* tinygo: replace chiiruno with Madouura

* vlang: replace chiiruno with Madouura

* merkletools: replace chiiruno with Madouura

* easyjson: replace chiiruno with Madouura

* quicktemplate: replace chiiruno with Madouura

* statik: replace chiiruno with Madouura

* dumb: replace chiiruno with Madouura

* sndio: replace chiiruno with Madouura

* hydron: replace chiiruno with Madouura

* edid-decode-unstable: replace chiiruno with Madouura

* tewisay: replace chiiruno with Madouura

* svt-av1: replace chiiruno with Madouura
main
Madoura 2 years ago committed by GitHub
parent c58bf7d46f
commit b18031c413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      maintainers/maintainer-list.nix
  2. 2
      nixos/modules/services/networking/zeronet.nix
  3. 2
      nixos/modules/services/web-servers/hydron.nix
  4. 2
      nixos/tests/bcachefs.nix
  5. 2
      pkgs/applications/misc/lutris/default.nix
  6. 2
      pkgs/applications/networking/browsers/qtchan/default.nix
  7. 2
      pkgs/development/compilers/tinygo/default.nix
  8. 2
      pkgs/development/compilers/vlang/default.nix
  9. 2
      pkgs/development/python-modules/merkletools/default.nix
  10. 2
      pkgs/development/tools/easyjson/default.nix
  11. 2
      pkgs/development/tools/quicktemplate/default.nix
  12. 2
      pkgs/development/tools/statik/default.nix
  13. 2
      pkgs/misc/dumb/default.nix
  14. 2
      pkgs/misc/sndio/default.nix
  15. 2
      pkgs/servers/hydron/default.nix
  16. 6
      pkgs/tools/misc/edid-decode/default.nix
  17. 6
      pkgs/tools/misc/tewisay/default.nix
  18. 2
      pkgs/tools/video/svt-av1/default.nix

@ -2089,12 +2089,6 @@
githubId = 18648043;
name = "Daniel Cartwright";
};
chiiruno = {
email = "okinan@protonmail.com";
github = "chiiruno";
githubId = 30435868;
name = "Okina Matara";
};
Chili-Man = {
email = "dr.elhombrechile@gmail.com";
name = "Diego Rodriguez";

@ -90,5 +90,5 @@ in with lib; {
(mkRemovedOptionModule [ "services" "zeronet" "logDir" ] "Zeronet will log by default in /var/lib/zeronet")
];
meta.maintainers = with maintainers; [ chiiruno ];
meta.maintainers = with maintainers; [ Madouura ];
}

@ -161,5 +161,5 @@ in with lib; {
(mkRenamedOptionModule [ "services" "hydron" "baseDir" ] [ "services" "hydron" "dataDir" ])
];
meta.maintainers = with maintainers; [ chiiruno ];
meta.maintainers = with maintainers; [ Madouura ];
}

@ -1,6 +1,6 @@
import ./make-test-python.nix ({ pkgs, ... }: {
name = "bcachefs";
meta.maintainers = with pkgs.lib.maintainers; [ chiiruno ];
meta.maintainers = with pkgs.lib.maintainers; [ Madouura ];
nodes.machine = { pkgs, ... }: {
virtualisation.emptyDiskImages = [ 4096 ];

@ -148,7 +148,7 @@ buildPythonApplication rec {
homepage = "https://lutris.net";
description = "Open Source gaming platform for GNU/Linux";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ chiiruno ];
maintainers = with maintainers; [ Madouura ];
platforms = platforms.linux;
};
}

@ -24,7 +24,7 @@ mkDerivation rec {
description = "4chan browser in qt5";
homepage = "https://github.com/siavash119/qtchan";
license = licenses.mit;
maintainers = with maintainers; [ chiiruno ];
maintainers = with maintainers; [ Madouura ];
platforms = platforms.unix;
};
}

@ -59,6 +59,6 @@ buildGoModule rec {
homepage = "https://tinygo.org/";
description = "Go compiler for small places";
license = licenses.bsd3;
maintainers = with maintainers; [ chiiruno ];
maintainers = with maintainers; [ Madouura ];
};
}

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
homepage = "https://vlang.io/";
description = "Simple, fast, safe, compiled language for developing maintainable software";
license = licenses.mit;
maintainers = with maintainers; [ chiiruno ];
maintainers = with maintainers; [ Madouura ];
platforms = platforms.all;
};
}

@ -15,6 +15,6 @@ buildPythonPackage rec {
description = "Python tools for creating Merkle trees, generating Merkle proofs, and verification of Merkle proofs";
homepage = "https://github.com/Tierion/pymerkletools";
license = licenses.mit;
maintainers = with maintainers; [ chiiruno ];
maintainers = with maintainers; [ Madouura ];
};
}

@ -16,6 +16,6 @@ buildGoPackage {
homepage = "https://github.com/mailru/easyjson";
description = "Fast JSON serializer for golang";
license = licenses.mit;
maintainers = with maintainers; [ chiiruno ];
maintainers = with maintainers; [ Madouura ];
};
}

@ -17,7 +17,7 @@ buildGoModule rec {
homepage = "https://github.com/valyala/quicktemplate";
description = "Fast, powerful, yet easy to use template engine for Go";
license = licenses.mit;
maintainers = with maintainers; [ chiiruno ];
maintainers = with maintainers; [ Madouura ];
mainProgram = "qtc";
};
}

@ -24,6 +24,6 @@ buildGoModule rec {
homepage = "https://github.com/rakyll/statik";
description = "Embed files into a Go executable ";
license = licenses.asl20;
maintainers = with maintainers; [ chiiruno ];
maintainers = with maintainers; [ Madouura ];
};
}

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/kode54/dumb";
description = "Module/tracker based music format parser and player library";
license = licenses.free; # Derivative of GPL
maintainers = with maintainers; [ chiiruno ];
maintainers = with maintainers; [ Madouura ];
platforms = platforms.all;
};
}

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.sndio.org";
description = "Small audio and MIDI framework part of the OpenBSD project";
license = licenses.isc;
maintainers = with maintainers; [ chiiruno ];
maintainers = with maintainers; [ Madouura ];
platforms = platforms.all;
};
}

@ -22,6 +22,6 @@ buildGoModule rec {
homepage = "https://github.com/bakape/hydron";
description = "High performance media tagger and organizer";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ chiiruno ];
maintainers = with maintainers; [ Madouura ];
};
}

@ -15,11 +15,11 @@ stdenv.mkDerivation rec {
cp edid-decode $out/bin
'';
meta = {
meta = with lib; {
description = "EDID decoder and conformance tester";
homepage = "https://cgit.freedesktop.org/xorg/app/edid-decode/";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.chiiruno ];
license = licenses.mit;
maintainers = with maintainers; [ Madouura ];
platforms = lib.platforms.all;
};
}

@ -26,10 +26,10 @@ buildGoPackage rec {
--prefix COWPATH : $out/share/tewisay/cows
'';
meta = {
meta = with lib; {
homepage = "https://github.com/lucy/tewisay";
description = "Cowsay replacement with unicode and partial ansi escape support";
license = lib.licenses.cc0;
maintainers = [ lib.maintainers.chiiruno ];
license = licenses.cc0;
maintainers = with maintainers; [ Madouura ];
};
}

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
];
platforms = platforms.unix;
broken = stdenv.isAarch64; # undefined reference to `cpuinfo_arm_linux_init'
maintainers = with maintainers; [ chiiruno ];
maintainers = with maintainers; [ Madouura ];
};
}

Loading…
Cancel
Save