summary refs log tree commit diff
path: root/pkgs/applications/editors/poke/default.nix
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2021-05-22 10:47:40 -0400
committerGitHub <noreply@github.com>2021-05-22 16:47:40 +0200
commitcd4780fab4fd0652cc55109cca5a8e9e893f603d (patch)
tree9e462653c823ab84efd659378e201fbe1efcee96 /pkgs/applications/editors/poke/default.nix
parentdcd5d9a8e5c57156c4ad324c89a026211cbb741b (diff)
downloadnixpkgs-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar
nixpkgs-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.gz
nixpkgs-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.bz2
nixpkgs-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.lz
nixpkgs-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.xz
nixpkgs-cd4780fab4fd0652cc55109cca5a8e9e893f603d.tar.zst
nixpkgs-cd4780fab4fd0652cc55109cca5a8e9e893f603d.zip
maintainers: rename metadark -> kira-bruneau (#124035)
Diffstat (limited to 'pkgs/applications/editors/poke/default.nix')
-rw-r--r--pkgs/applications/editors/poke/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/poke/default.nix b/pkgs/applications/editors/poke/default.nix
index a8435eb1e6b..f0b8c43546d 100644
--- a/pkgs/applications/editors/poke/default.nix
+++ b/pkgs/applications/editors/poke/default.nix
@@ -66,7 +66,7 @@ in stdenv.mkDerivation rec {
     description = "Interactive, extensible editor for binary data";
     homepage = "http://www.jemarch.net/poke";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ AndersonTorres metadark ];
+    maintainers = with maintainers; [ AndersonTorres kira-bruneau ];
     platforms = platforms.unix;
     changelog = "https://git.savannah.gnu.org/cgit/poke.git/plain/ChangeLog?h=releases/poke-${version}";
   };