shen-sbcl: add hakujin as maintainer

Adds hakujin (Colin King) as a maintainer for `shen-sbcl`.
This commit is contained in:
Colin King
2025-03-12 21:58:34 -05:00
parent 92638efdc4
commit 8eb3466720
+1 -1
View File
@@ -37,7 +37,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Port of Shen running on Steel Bank Common Lisp";
changelog = "https://shenlanguage.org/download.html#kernel";
platforms = sbcl.meta.platforms;
maintainers = with lib.maintainers; [ bsima ];
maintainers = with lib.maintainers; [ hakujin ];
license = lib.licenses.bsd3;
mainProgram = "shen-sbcl";
};