gitprompt-rs: add cafkafk as maintainer

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen
2024-04-29 22:49:22 +02:00
parent e5f98f9c68
commit 1d04fa64ca
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
description = "Simple Git prompt";
homepage = "https://github.com/9ary/gitprompt-rs";
license = with licenses; [ mpl20 ];
maintainers = with maintainers; [ isabelroses ];
maintainers = with maintainers; [ isabelroses cafkafk ];
mainProgram = "gitprompt-rs";
};
}