Unverified Commit a369aa44 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

cocogitto: add gs-101 as maintainer (#513566)

parents 4652875f a722b88e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,6 +40,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
    mainProgram = "cog";
    homepage = "https://github.com/oknozor/cocogitto";
    license = lib.licenses.mit;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ gs-101 ];
  };
})