Commit f6923ca3 authored by jrrom's avatar jrrom Committed by Sigmanificient
Browse files

ncgopher: add jrrom as maintainer

parent e08fa073
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
  };