maintainers: rename metadark -> kira-bruneau (#124035)

This commit is contained in:
Kira Bruneau
2021-05-22 16:47:40 +02:00
committed by GitHub
parent dcd5d9a8e5
commit cd4780fab4
23 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -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}";
};