Commit 0d584649 authored by techknowlogick's avatar techknowlogick
Browse files

railway: add techknowlogick as maintainer

parent fe890091
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,6 +27,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/railwayapp/cli";
    changelog = "https://github.com/railwayapp/cli/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ Crafter ];
    maintainers = with maintainers; [ Crafter techknowlogick ];
  };
}