imhex: add cafkafk to maintainers

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-10-04 11:37:39 +02:00
parent b2cb9c6fb9
commit 0d917d1621
No known key found for this signature in database
GPG Key ID: 26C542FD97F965CE

View File

@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
description = "Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM";
homepage = "https://github.com/WerWolv/ImHex";
license = with licenses; [ gpl2Only ];
maintainers = with maintainers; [ luis kashw2 ];
maintainers = with maintainers; [ luis kashw2 cafkafk ];
platforms = platforms.linux;
};
}