ncgopher: add jrrom as maintainer

This commit is contained in:
jrrom
2026-01-29 23:19:29 +01:00
committed by Sigmanificient
parent e08fa073ec
commit f6923ca3a4
+1
View File
@@ -37,6 +37,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
description = "Gopher and gemini client for the modern internet";
homepage = "https://github.com/jansc/ncgopher";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ jrrom ];
platforms = lib.platforms.linux;
mainProgram = "ncgopher";
};